Html Css Color HEX #CCD0DB Link Water

📋 copy color: '#CCD0DB'

red 204 ◦ green 208 ◦ blue 219

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

Shades of Link Water #CCD0DB

Tints of Link Water #CCD0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.71%

R = 32.33%
G = 32.96%
B = 34.71%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCD0DB (or 0xCCD0DB) is known color: Link Water. HEX triplet: CC, D0 and DB. RGB value is (204,208,219). Sum of RGB (Red+Green+Blue) = 204+208+219=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCD0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0DB is #332F24. Grayscale: #D0D0D0. Windows color (decimal): -3354405 or 14405836. OLE color: 14405836.

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

Color convert

RGB 204 208 219 -
CMYK 0.07 0.05 0 0.14
HSL 224º 0.17% 0.83% -
HSV(B) 224º 0.07% 0.86% -
XYZ 60.24 63.06 76.02 -
YUV 208.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 204 208 219 0.07 0.05 0 0.14 224 0.17 0.83
Hex CC D0 DB 7 5 0 E E0 11 53
Octal 314 320 333 7 5 0 16 340 21 123
Binary 11001100 11010000 11011011 111 101 0 1110 11100000 10001 1010011

Color Harmonies of #CCD0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0DB

Black with #CCD0DB

Text Example


Text Example

White with #CCD0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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