Html Css Color HEX #CCD1DC Link Water

📋 copy color: '#CCD1DC'

red 204 ◦ green 209 ◦ blue 220

#CCD1DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #CCD1DC

Tints of Link Water #CCD1DC

RGB

 RED value IS 204 (80.08% from 255) = 32.23%

 GREEN value IS 209 (82.03% from 255) = 33.02%

 BLUE value IS 220 (86.33% from 255) = 34.76%

R = 32.23%
G = 33.02%
B = 34.76%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCD1DC (or 0xCCD1DC) is known color: Link Water. HEX triplet: CC, D1 and DC. RGB value is (204,209,220). Sum of RGB (Red+Green+Blue) = 204+209+220=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCD1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1DC is #332E23. Grayscale: #D0D0D0. Windows color (decimal): -3354148 or 14471628. OLE color: 14471628.

HSL color Cylindrical-coordinate representation of color #CCD1DC: hue angle of 221.25º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCD1DC is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 209 220 -
CMYK 0.07 0.05 0 0.14
HSL 221.25º 0.19% 0.83% -
HSV(B) 221.25º 0.07% 0.86% -
XYZ 60.62 63.61 76.79 -
YUV 208.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 204 209 220 0.07 0.05 0 0.14 221.25 0.19 0.83
Hex CC D1 DC 7 5 0 E DD 13 53
Octal 314 321 334 7 5 0 16 335 23 123
Binary 11001100 11010001 11011100 111 101 0 1110 11011101 10011 1010011

Color Harmonies of #CCD1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD1DC

Black with #CCD1DC

Text Example


Text Example

White with #CCD1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD1DC; }

 p { color: rgb(204,209,220); }

 H1.HeaderClassName
 {
   color: #CCD1DC;
 }
 .AnyTagClassName
 {
   color: #CCD1DC;
 }
</style>

background-color css

<style>
 a { background-color: #CCD1DC; }

 a { background-color: rgb(204,209,220); }

 div.DivClassName
 {
   background-color: #CCD1DC;
 }
 .BgClassName
 {
   background-color: #CCD1DC;
 }
</style>

border-color css

<style>
 span { border-color: #CCD1DC; }

 span { border-color: rgb(204,209,220); }

 td.TdClassName
 {
   border-color: #CCD1DC;
 }
 .TagClassName
 {
   border-color: #CCD1DC;
 }
</style>