#CDD2DE

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

Shades of Link Water #CDD2DE

Tints of Link Water #CDD2DE

Color information

#CDD2DE (or 0xCDD2DE) is unknown color: approx Link Water. HEX triplet: CD, D2 and DE. RGB value is (205,210,222). Sum of RGB (Red+Green+Blue) = 205+210+222=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDD2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2DE is #322D21. Grayscale: #D1D1D1. Windows color (decimal): -3288354 or 14602957. OLE color: 14602957.

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

Color convert

RGB205210222-
CMYK0.080.0500.13
HSL222.35º20.48%83.73%-
HSV(B)222.35º7.66%87.06%-
XYZ61.4164.3578.29-
YUV209.87134.84124.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.18%
GREEN value IS 210 (82.42% from 255) = 32.97%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=32.18%
G=32.97%
B=34.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052102220.080.0500.13222.3520.4883.73
HexCDD2DE850Dde1454
Octal31532233610501533624124
Binary11001101110100101101111010001010110111011110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2DE; }

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

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

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

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

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

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

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

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