Html Css Color HEX #CCD0D8 Link Water

📋 copy color: '#CCD0D8'

red 204 ◦ green 208 ◦ blue 216

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

Shades of Link Water #CCD0D8

Tints of Link Water #CCD0D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.39%

R = 32.48%
G = 33.12%
B = 34.39%

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

#CCD0D8 (or 0xCCD0D8) is known color: Link Water. HEX triplet: CC, D0 and D8. RGB value is (204,208,216). Sum of RGB (Red+Green+Blue) = 204+208+216=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCD0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0D8 is #332F27. Grayscale: #CFCFCF. Windows color (decimal): -3354408 or 14209228. OLE color: 14209228.

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

Color convert

RGB 204 208 216 -
CMYK 0.06 0.04 0 0.15
HSL 220º 0.13% 0.82% -
HSV(B) 220º 0.06% 0.85% -
XYZ 59.85 62.91 73.95 -
YUV 207.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 204 208 216 0.06 0.04 0 0.15 220 0.13 0.82
Hex CC D0 D8 6 4 0 F DC D 52
Octal 314 320 330 6 4 0 17 334 15 122
Binary 11001100 11010000 11011000 110 100 0 1111 11011100 1101 1010010

Color Harmonies of #CCD0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0D8

Black with #CCD0D8

Text Example


Text Example

White with #CCD0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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