Html Css Color HEX #CCD4DD Link Water

📋 copy color: '#CCD4DD'

red 204 ◦ green 212 ◦ blue 221

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

Shades of Link Water #CCD4DD

Tints of Link Water #CCD4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.69%

R = 32.03%
G = 33.28%
B = 34.69%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCD4DD (or 0xCCD4DD) is known color: Link Water. HEX triplet: CC, D4 and DD. RGB value is (204,212,221). Sum of RGB (Red+Green+Blue) = 204+212+221=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCD4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4DD is #332B22. Grayscale: #D2D2D2. Windows color (decimal): -3353379 or 14537932. OLE color: 14537932.

HSL color Cylindrical-coordinate representation of color #CCD4DD: hue angle of 211.76º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD4DD is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 212 221 -
CMYK 0.08 0.04 0 0.13
HSL 211.76º 0.2% 0.83% -
HSV(B) 211.76º 0.08% 0.87% -
XYZ 61.5 65.14 77.74 -
YUV 210.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 204 212 221 0.08 0.04 0 0.13 211.76 0.2 0.83
Hex CC D4 DD 8 4 0 D D4 14 53
Octal 314 324 335 10 4 0 15 324 24 123
Binary 11001100 11010100 11011101 1000 100 0 1101 11010100 10100 1010011

Color Harmonies of #CCD4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4DD

Black with #CCD4DD

Text Example


Text Example

White with #CCD4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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