#D2D5D8

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

Shades of Link Water #D2D5D8

Tints of Link Water #D2D5D8

Color information

#D2D5D8 (or 0xD2D5D8) is unknown color: approx Link Water. HEX triplet: D2, D5 and D8. RGB value is (210,213,216). Sum of RGB (Red+Green+Blue) = 210+213+216=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 216 - color contains mainly: blue. Hex color #D2D5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D5D8 is #2D2A27. Grayscale: #D4D4D4. Windows color (decimal): -2959912 or 14210514. OLE color: 14210514.

HSL color Cylindrical-coordinate representation of color #D2D5D8: hue angle of 210º degrees, saturation: 0.07, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D2D5D8 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210213216-
CMYK0.030.0100.15
HSL210º7.14%83.53%-
HSV(B)210º2.78%84.71%-
XYZ62.7766.2574.44-
YUV212.44130.01126.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.86%
GREEN value IS 213 (83.59% from 255) = 33.33%
BLUE value IS 216 (84.77% from 255) = 33.80%
R=32.86%
G=33.33%
B=33.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102132160.030.0100.152107.1483.53
HexD2D5D8310Fd2754
Octal322325330310173227124
Binary11010010110101011101100011101111110100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D5D8; }

 p { color: rgb(210,213,216); }

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

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

 a { background-color: rgb(210,213,216); }

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

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

 span { border-color: rgb(210,213,216); }

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