#CCD5DD

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

Shades of Link Water #CCD5DD

Tints of Link Water #CCD5DD

Color information

#CCD5DD (or 0xCCD5DD) is unknown color: approx Link Water. HEX triplet: CC, D5 and DD. RGB value is (204,213,221). Sum of RGB (Red+Green+Blue) = 204+213+221=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCD5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5DD is #332A22. Grayscale: #D3D3D3. Windows color (decimal): -3353123 or 14538188. OLE color: 14538188.

HSL color Cylindrical-coordinate representation of color #CCD5DD: hue angle of 208.24º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD5DD is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204213221-
CMYK0.080.0400.13
HSL208.24º20%83.33%-
HSV(B)208.24º7.69%86.67%-
XYZ61.7565.6577.82-
YUV211.22133.52122.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 213 (83.59% from 255) = 33.39%
BLUE value IS 221 (86.72% from 255) = 34.64%
R=31.97%
G=33.39%
B=34.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042132210.080.0400.13208.242083.33
HexCCD5DD840Dd01453
Octal31432533510401532024123
Binary11001100110101011101110110001000110111010000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5DD; }

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

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

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

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

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

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

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

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