#CDD6DD

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

Shades of Link Water #CDD6DD

Tints of Link Water #CDD6DD

Color information

#CDD6DD (or 0xCDD6DD) is unknown color: approx Link Water. HEX triplet: CD, D6 and DD. RGB value is (205,214,221). Sum of RGB (Red+Green+Blue) = 205+214+221=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDD6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6DD is #322922. Grayscale: #D4D4D4. Windows color (decimal): -3287331 or 14538445. OLE color: 14538445.

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

Color convert

RGB205214221-
CMYK0.070.0300.13
HSL206.25º19.05%83.53%-
HSV(B)206.25º7.24%86.67%-
XYZ62.2766.2977.92-
YUV212.11133.02122.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.03%
GREEN value IS 214 (83.98% from 255) = 33.44%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=32.03%
G=33.44%
B=34.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052142210.070.0300.13206.2519.0583.53
HexCDD6DD730Dce1354
Octal3153263357301531623124
Binary110011011101011011011101111110110111001110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6DD; }

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

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

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

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

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

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

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

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