Html Css Color HEX #CCD4DC Link Water

📋 copy color: '#CCD4DC'

red 204 ◦ green 212 ◦ blue 220

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

Shades of Link Water #CCD4DC

Tints of Link Water #CCD4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.33%

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

R = 32.08%
G = 33.33%
B = 34.59%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCD4DC (or 0xCCD4DC) is known color: Link Water. HEX triplet: CC, D4 and DC. RGB value is (204,212,220). Sum of RGB (Red+Green+Blue) = 204+212+220=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCD4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4DC is #332B23. Grayscale: #D2D2D2. Windows color (decimal): -3353380 or 14472396. OLE color: 14472396.

HSL color Cylindrical-coordinate representation of color #CCD4DC: hue angle of 210º 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 #CCD4DC is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 212 220 -
CMYK 0.07 0.04 0 0.14
HSL 210º 0.19% 0.83% -
HSV(B) 210º 0.07% 0.86% -
XYZ 61.36 65.09 77.04 -
YUV 210.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 204 212 220 0.07 0.04 0 0.14 210 0.19 0.83
Hex CC D4 DC 7 4 0 E D2 13 53
Octal 314 324 334 7 4 0 16 322 23 123
Binary 11001100 11010100 11011100 111 100 0 1110 11010010 10011 1010011

Color Harmonies of #CCD4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4DC

Black with #CCD4DC

Text Example


Text Example

White with #CCD4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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