Html Css Color HEX #CCD5DB Link Water

📋 copy color: '#CCD5DB'

red 204 ◦ green 213 ◦ blue 219

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

Shades of Link Water #CCD5DB

Tints of Link Water #CCD5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.49%

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

R = 32.08%
G = 33.49%
B = 34.43%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCD5DB (or 0xCCD5DB) is known color: Link Water. HEX triplet: CC, D5 and DB. RGB value is (204,213,219). Sum of RGB (Red+Green+Blue) = 204+213+219=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCD5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5DB is #332A24. Grayscale: #D2D2D2. Windows color (decimal): -3353125 or 14407116. OLE color: 14407116.

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

Color convert

RGB 204 213 219 -
CMYK 0.07 0.03 0 0.14
HSL 204º 0.17% 0.83% -
HSV(B) 204º 0.07% 0.86% -
XYZ 61.48 65.54 76.43 -
YUV 210.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 204 213 219 0.07 0.03 0 0.14 204 0.17 0.83
Hex CC D5 DB 7 3 0 E CC 11 53
Octal 314 325 333 7 3 0 16 314 21 123
Binary 11001100 11010101 11011011 111 11 0 1110 11001100 10001 1010011

Color Harmonies of #CCD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5DB

Black with #CCD5DB

Text Example


Text Example

White with #CCD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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