#CCD5DE

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

Shades of Link Water #CCD5DE

Tints of Link Water #CCD5DE

Color information

#CCD5DE (or 0xCCD5DE) is unknown color: approx Link Water. HEX triplet: CC, D5 and DE. RGB value is (204,213,222). Sum of RGB (Red+Green+Blue) = 204+213+222=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCD5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5DE is #332A21. Grayscale: #D3D3D3. Windows color (decimal): -3353122 or 14603724. OLE color: 14603724.

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

Color convert

RGB204213222-
CMYK0.080.0400.13
HSL210º21.43%83.53%-
HSV(B)210º8.11%87.06%-
XYZ61.8865.778.53-
YUV211.33134.02122.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 213 (83.59% from 255) = 33.33%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=31.92%
G=33.33%
B=34.74%

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
Decimal2042132220.080.0400.1321021.4383.53
HexCCD5DE840Dd21554
Octal31432533610401532225124
Binary11001100110101011101111010001000110111010010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5DE; }

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

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

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

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

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

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

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

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