#D0D7DD

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

Shades of Link Water #D0D7DD

Tints of Link Water #D0D7DD

Color information

#D0D7DD (or 0xD0D7DD) is unknown color: approx Link Water. HEX triplet: D0, D7 and DD. RGB value is (208,215,221). Sum of RGB (Red+Green+Blue) = 208+215+221=644 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.30% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0D7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D7DD is #2F2822. Grayscale: #D5D5D5. Windows color (decimal): -3090467 or 14538704. OLE color: 14538704.

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

Color convert

RGB208215221-
CMYK0.060.0300.13
HSL207.69º16.05%84.12%-
HSV(B)207.69º5.88%86.67%-
XYZ63.3667.2378.04-
YUV213.59132.18124.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.30%
GREEN value IS 215 (84.38% from 255) = 33.39%
BLUE value IS 221 (86.72% from 255) = 34.32%
R=32.30%
G=33.39%
B=34.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082152210.060.0300.13207.6916.0584.12
HexD0D7DD630Dd01054
Octal3203273356301532020124
Binary110100001101011111011101110110110111010000100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D7DD; }

 p { color: rgb(208,215,221); }

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

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

 a { background-color: rgb(208,215,221); }

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

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

 span { border-color: rgb(208,215,221); }

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