#CDD5DE

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

Shades of Link Water #CDD5DE

Tints of Link Water #CDD5DE

Color information

#CDD5DE (or 0xCDD5DE) is unknown color: approx Link Water. HEX triplet: CD, D5 and DE. RGB value is (205,213,222). Sum of RGB (Red+Green+Blue) = 205+213+222=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDD5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5DE is #322A21. Grayscale: #D3D3D3. Windows color (decimal): -3287586 or 14603725. OLE color: 14603725.

HSL color Cylindrical-coordinate representation of color #CDD5DE: hue angle of 211.76º degrees, saturation: 0.2, 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 #CDD5DE is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205213222-
CMYK0.080.0400.13
HSL211.76º20.48%83.73%-
HSV(B)211.76º7.66%87.06%-
XYZ62.1665.8478.54-
YUV211.63133.85123.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.03%
GREEN value IS 213 (83.59% from 255) = 33.28%
BLUE value IS 222 (87.11% from 255) = 34.69%
R=32.03%
G=33.28%
B=34.69%

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
Decimal2052132220.080.0400.13211.7620.4883.73
HexCDD5DE840Dd41454
Octal31532533610401532424124
Binary11001101110101011101111010001000110111010100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5DE; }

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

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

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

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

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

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

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

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