#D2D6D5

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

Shades of Geyser #D2D6D5

Tints of Geyser #D2D6D5

Color information

#D2D6D5 (or 0xD2D6D5) is unknown color: approx Geyser. HEX triplet: D2, D6 and D5. RGB value is (210,214,213). Sum of RGB (Red+Green+Blue) = 210+214+213=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D6D5 is #2D292A. Grayscale: #D4D4D4. Windows color (decimal): -2959659 or 14014162. OLE color: 14014162.

HSL color Cylindrical-coordinate representation of color #D2D6D5: hue angle of 165º degrees, saturation: 0.05, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D2D6D5 is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB210214213-
CMYK0.0200.000.16
HSL165º4.65%83.14%-
HSV(B)165º1.87%83.92%-
XYZ62.6466.672.5-
YUV212.69128.17126.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.97%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 213 (83.59% from 255) = 33.44%
R=32.97%
G=33.59%
B=33.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102142130.0200.000.161654.6583.14
HexD2D6D520010a5553
Octal322326325200202455123
Binary110100101101011011010101100010000101001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D6D5; }

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

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

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

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

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

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

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

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