Html Css Color HEX #CCD2DB Link Water

📋 copy color: '#CCD2DB'

red 204 ◦ green 210 ◦ blue 219

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

Shades of Link Water #CCD2DB

Tints of Link Water #CCD2DB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.18%

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

R = 32.23%
G = 33.18%
B = 34.6%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCD2DB (or 0xCCD2DB) is known color: Link Water. HEX triplet: CC, D2 and DB. RGB value is (204,210,219). Sum of RGB (Red+Green+Blue) = 204+210+219=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCD2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2DB is #332D24. Grayscale: #D1D1D1. Windows color (decimal): -3353893 or 14406348. OLE color: 14406348.

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

Color convert

RGB 204 210 219 -
CMYK 0.07 0.04 0 0.14
HSL 216º 0.17% 0.83% -
HSV(B) 216º 0.07% 0.86% -
XYZ 60.73 64.05 76.18 -
YUV 209.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 204 210 219 0.07 0.04 0 0.14 216 0.17 0.83
Hex CC D2 DB 7 4 0 E D8 11 53
Octal 314 322 333 7 4 0 16 330 21 123
Binary 11001100 11010010 11011011 111 100 0 1110 11011000 10001 1010011

Color Harmonies of #CCD2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2DB

Black with #CCD2DB

Text Example


Text Example

White with #CCD2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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