#CDD4DD

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

Shades of Link Water #CDD4DD

Tints of Link Water #CDD4DD

Color information

#CDD4DD (or 0xCDD4DD) is unknown color: approx Link Water. HEX triplet: CD, D4 and DD. RGB value is (205,212,221). Sum of RGB (Red+Green+Blue) = 205+212+221=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDD4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD4DD is #322B22. Grayscale: #D2D2D2. Windows color (decimal): -3287843 or 14537933. OLE color: 14537933.

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

Color convert

RGB205212221-
CMYK0.070.0400.13
HSL213.75º19.05%83.53%-
HSV(B)213.75º7.24%86.67%-
XYZ61.7765.2977.75-
YUV210.93133.68123.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.13%
GREEN value IS 212 (83.20% from 255) = 33.23%
BLUE value IS 221 (86.72% from 255) = 34.64%
R=32.13%
G=33.23%
B=34.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052122210.070.0400.13213.7519.0583.53
HexCDD4DD740Dd61354
Octal3153243357401532623124
Binary1100110111010100110111011111000110111010110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD4DD; }

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

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

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

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

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

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

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

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