Color Hex Logo

#ccc1ed Color Hex

#CCC1ED
(204,193,237)
0 Favorites   0 Comments

Color spaces of #ccc1ed

RGB 204193237
HSL0.710.550.84
HSV255°19°93°
CMYK 0.140.190.00   0.07
XYZ59.257957.091788.0173
Yxy57.09170.29000.2794
Hunter Lab75.55907.7620-16.1745
CIE-Lab80.231112.3529-20.3927

#ccc1ed color RGB value is (204,193,237).

#ccc1ed hex color red value is 204, green value is 193 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ccc1ed hue: 0.71 , saturation: 0.55 and the lightness value of ccc1ed is 0.84.

The process color (four color CMYK) of #ccc1ed color hex is 0.14, 0.19, 0.00, 0.07. Web safe color of #ccc1ed is #ccccff. Color #ccc1ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 11101101
Octal 314 301 355
Decimal 204 193 237
Hex CC C1 ED

RGB Percentages of Color #ccc1ed

%32.18
%30.44
%37.38

CMYK Percentages of Color #ccc1ed

%14
%19
%0
%7

Triadic Colors of #ccc1ed

#ccc1ed #edccc1 #c1edcc

Analogous Colors of #ccc1ed

#ccc1ed #e2c1ed #c1cced

Monochromatic Colors of #ccc1ed

#ccc1ed

Complementary Color

#ccc1ed #e2edc1

#ccc1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc1ed Color CSS Codes

.mybgcolor {background-color:#ccc1ed; } 
.myforecolor {color:#ccc1ed; }
.mybordercolor {border:3px solid #ccc1ed; }

#ccc1ed Text Font Color

<p style="color:#ccc1ed">Text here</p>

This sample text font color is #ccc1ed
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ccc1ed Background Color

<div style="background-color:#ccc1ed">
Div content here</div>

This div background color is #ccc1ed


#ccc1ed Border Color

<div style="border:3px solid #ccc1ed">
Div here</div>

This div border color is #ccc1ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,193,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccc1ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccc1ed;
  -webkit-box-shadow: 1px 1px 3px 2px #ccc1ed;
  box-shadow:         1px 1px 3px 2px #ccc1ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,193,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ccc1ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ccc1ed;
  -webkit-box-shadow: 1px 1px 3px 2px #ccc1ed;
  box-shadow:         1px 1px 3px 2px #ccc1ed;">
Div content here</div>

This div box has shadow with color #ccc1ed


Comments

No comments written yet.

Please login to write comment.