#CDD2DD

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

Shades of Link Water #CDD2DD

Tints of Link Water #CDD2DD

Color information

#CDD2DD (or 0xCDD2DD) is unknown color: approx Link Water. HEX triplet: CD, D2 and DD. RGB value is (205,210,221). Sum of RGB (Red+Green+Blue) = 205+210+221=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDD2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2DD is #322D22. Grayscale: #D1D1D1. Windows color (decimal): -3288355 or 14537421. OLE color: 14537421.

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

Color convert

RGB205210221-
CMYK0.070.0500.13
HSL221.25º19.05%83.53%-
HSV(B)221.25º7.24%86.67%-
XYZ61.2764.2977.59-
YUV209.76134.34124.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.23%
GREEN value IS 210 (82.42% from 255) = 33.02%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=32.23%
G=33.02%
B=34.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052102210.070.0500.13221.2519.0583.53
HexCDD2DD750Ddd1354
Octal3153223357501533523124
Binary1100110111010010110111011111010110111011101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2DD; }

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

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

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

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

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

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

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

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