Color Hex Logo

#ccc1da Color Hex

#CCC1DA
(204,193,218)
0 Favorites   0 Comments

Color spaces of #ccc1da

RGB 204193218
HSL0.740.250.81
HSV266°11°85°
CMYK 0.060.110.00   0.15
XYZ56.626756.039374.1618
Yxy56.03930.30310.3000
Hunter Lab74.85944.0207-6.3359
CIE-Lab79.63628.4994-11.0793

#ccc1da color RGB value is (204,193,218).

#ccc1da hex color red value is 204, green value is 193 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ccc1da hue: 0.74 , saturation: 0.25 and the lightness value of ccc1da is 0.81.

The process color (four color CMYK) of #ccc1da color hex is 0.06, 0.11, 0.00, 0.15. Web safe color of #ccc1da is #cccccc. Color #ccc1da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 11011010
Octal 314 301 332
Decimal 204 193 218
Hex CC C1 DA

RGB Percentages of Color #ccc1da

%33.17
%31.38
%35.45

CMYK Percentages of Color #ccc1da

%6
%11
%0
%15

Triadic Colors of #ccc1da

#ccc1da #daccc1 #c1dacc

Analogous Colors of #ccc1da

#ccc1da #d9c1da #c1c3da

Monochromatic Colors of #ccc1da

#ccc1da

Complementary Color

#ccc1da #cfdac1

#ccc1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc1da Color CSS Codes

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

#ccc1da Text Font Color

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

This sample text font color is #ccc1da
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.


#ccc1da Background Color

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

This div background color is #ccc1da


#ccc1da Border Color

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

This div border color is #ccc1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc1da


Comments

No comments written yet.

Please login to write comment.