Html Css Color HEX #CCD4DF Link Water

📋 copy color: '#CCD4DF'

red 204 ◦ green 212 ◦ blue 223

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

Shades of Link Water #CCD4DF

Tints of Link Water #CCD4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.9%

R = 31.92%
G = 33.18%
B = 34.9%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCD4DF (or 0xCCD4DF) is known color: Link Water. HEX triplet: CC, D4 and DF. RGB value is (204,212,223). Sum of RGB (Red+Green+Blue) = 204+212+223=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCD4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4DF is #332B20. Grayscale: #D2D2D2. Windows color (decimal): -3353377 or 14669004. OLE color: 14669004.

HSL color Cylindrical-coordinate representation of color #CCD4DF: hue angle of 214.74º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD4DF is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 212 223 -
CMYK 0.09 0.05 0 0.13
HSL 214.74º 0.23% 0.84% -
HSV(B) 214.74º 0.09% 0.87% -
XYZ 61.76 65.25 79.15 -
YUV 210.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 204 212 223 0.09 0.05 0 0.13 214.74 0.23 0.84
Hex CC D4 DF 9 5 0 D D7 17 54
Octal 314 324 337 11 5 0 15 327 27 124
Binary 11001100 11010100 11011111 1001 101 0 1101 11010111 10111 1010100

Color Harmonies of #CCD4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4DF

Black with #CCD4DF

Text Example


Text Example

White with #CCD4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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