#CCD5DC

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

Shades of Link Water #CCD5DC

Tints of Link Water #CCD5DC

Color information

#CCD5DC (or 0xCCD5DC) is unknown color: approx Link Water. HEX triplet: CC, D5 and DC. RGB value is (204,213,220). Sum of RGB (Red+Green+Blue) = 204+213+220=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCD5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5DC is #332A23. Grayscale: #D3D3D3. Windows color (decimal): -3353124 or 14472652. OLE color: 14472652.

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

Color convert

RGB204213220-
CMYK0.070.0300.14
HSL206.25º18.6%83.14%-
HSV(B)206.25º7.27%86.27%-
XYZ61.6165.5977.12-
YUV211.11133.02122.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 213 (83.59% from 255) = 33.44%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=32.03%
G=33.44%
B=34.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042132200.070.0300.14206.2518.683.14
HexCCD5DC730Ece1353
Octal3143253347301631623123
Binary110011001101010111011100111110111011001110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5DC; }

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

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

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

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

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

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

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

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