#CDD3DD

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

Shades of Link Water #CDD3DD

Tints of Link Water #CDD3DD

Color information

#CDD3DD (or 0xCDD3DD) is unknown color: approx Link Water. HEX triplet: CD, D3 and DD. RGB value is (205,211,221). Sum of RGB (Red+Green+Blue) = 205+211+221=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDD3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD3DD is #322C22. Grayscale: #D2D2D2. Windows color (decimal): -3288099 or 14537677. OLE color: 14537677.

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

Color convert

RGB205211221-
CMYK0.070.0500.13
HSL217.5º19.05%83.53%-
HSV(B)217.5º7.24%86.67%-
XYZ61.5264.7977.67-
YUV210.35134.01124.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.18%
GREEN value IS 211 (82.81% from 255) = 33.12%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=32.18%
G=33.12%
B=34.69%

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
Decimal2052112210.070.0500.13217.519.0583.53
HexCDD3DD750Dda1354
Octal3153233357501533223124
Binary1100110111010011110111011111010110111011010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD3DD; }

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

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

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

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

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

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

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

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