Html Css Color HEX #CCD0D9 Link Water

📋 copy color: '#CCD0D9'

red 204 ◦ green 208 ◦ blue 217

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

Shades of Link Water #CCD0D9

Tints of Link Water #CCD0D9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.07%

 BLUE value IS 217 (85.16% from 255) = 34.5%

R = 32.43%
G = 33.07%
B = 34.5%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCD0D9 (or 0xCCD0D9) is known color: Link Water. HEX triplet: CC, D0 and D9. RGB value is (204,208,217). Sum of RGB (Red+Green+Blue) = 204+208+217=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCD0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0D9 is #332F26. Grayscale: #CFCFCF. Windows color (decimal): -3354407 or 14274764. OLE color: 14274764.

HSL color Cylindrical-coordinate representation of color #CCD0D9: hue angle of 221.54º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD0D9 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 208 217 -
CMYK 0.06 0.04 0 0.15
HSL 221.54º 0.15% 0.83% -
HSV(B) 221.54º 0.06% 0.85% -
XYZ 59.98 62.96 74.64 -
YUV 207.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 204 208 217 0.06 0.04 0 0.15 221.54 0.15 0.83
Hex CC D0 D9 6 4 0 F DE F 53
Octal 314 320 331 6 4 0 17 336 17 123
Binary 11001100 11010000 11011001 110 100 0 1111 11011110 1111 1010011

Color Harmonies of #CCD0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0D9

Black with #CCD0D9

Text Example


Text Example

White with #CCD0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0D9; }

 p { color: rgb(204,208,217); }

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

background-color css

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

 a { background-color: rgb(204,208,217); }

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

border-color css

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

 span { border-color: rgb(204,208,217); }

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