#CCD1DB

Color #CCD1DB Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #CCD1DB

Tints of Link Water #CCD1DB

Color information

#CCD1DB (or 0xCCD1DB) is unknown color: approx Link Water. HEX triplet: CC, D1 and DB. RGB value is (204,209,219). Sum of RGB (Red+Green+Blue) = 204+209+219=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCD1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1DB is #332E24. Grayscale: #D0D0D0. Windows color (decimal): -3354149 or 14406092. OLE color: 14406092.

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

Color convert

RGB204209219-
CMYK0.070.0500.14
HSL220º17.24%82.94%-
HSV(B)220º6.85%85.88%-
XYZ60.4963.5576.1-
YUV208.64133.84124.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.28%
GREEN value IS 209 (82.03% from 255) = 33.07%
BLUE value IS 219 (85.94% from 255) = 34.65%
R=32.28%
G=33.07%
B=34.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042092190.070.0500.1422017.2482.94
HexCCD1DB750Edc1153
Octal3143213337501633421123
Binary1100110011010001110110111111010111011011100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD1DB; }

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

 H1.HeaderClassName
 {
   color: #CCD1DB;
 }
 .AnyTagClassName
 {
   color: #CCD1DB;
 }
</style>
background-color css

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

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

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

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

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

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