#D0D7DF

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

Shades of Link Water #D0D7DF

Tints of Link Water #D0D7DF

Color information

#D0D7DF (or 0xD0D7DF) is unknown color: approx Link Water. HEX triplet: D0, D7 and DF. RGB value is (208,215,223). Sum of RGB (Red+Green+Blue) = 208+215+223=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 215 (84.38% from 255 or 33.28% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0D7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D7DF is #2F2820. Grayscale: #D5D5D5. Windows color (decimal): -3090465 or 14669776. OLE color: 14669776.

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

Color convert

RGB208215223-
CMYK0.070.0400.13
HSL212º18.99%84.51%-
HSV(B)212º6.73%87.45%-
XYZ63.6367.3479.46-
YUV213.82133.18123.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.20%
GREEN value IS 215 (84.38% from 255) = 33.28%
BLUE value IS 223 (87.5% from 255) = 34.52%
R=32.20%
G=33.28%
B=34.52%

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
Decimal2082152230.070.0400.1321218.9984.51
HexD0D7DF740Dd41355
Octal3203273377401532423125
Binary1101000011010111110111111111000110111010100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D7DF; }

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

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

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

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

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

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

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

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