#CDD2DF

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

Shades of Link Water #CDD2DF

Tints of Link Water #CDD2DF

Color information

#CDD2DF (or 0xCDD2DF) is unknown color: approx Link Water. HEX triplet: CD, D2 and DF. RGB value is (205,210,223). Sum of RGB (Red+Green+Blue) = 205+210+223=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDD2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2DF is #322D20. Grayscale: #D1D1D1. Windows color (decimal): -3288353 or 14668493. OLE color: 14668493.

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

Color convert

RGB205210223-
CMYK0.080.0600.13
HSL223.33º21.95%83.92%-
HSV(B)223.33º8.07%87.45%-
XYZ61.5464.479-
YUV209.99135.34124.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.13%
GREEN value IS 210 (82.42% from 255) = 32.92%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=32.13%
G=32.92%
B=34.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052102230.080.0600.13223.3321.9583.92
HexCDD2DF860Ddf1654
Octal31532233710601533726124
Binary11001101110100101101111110001100110111011111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2DF; }

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

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

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

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

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

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

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

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