#D2D6D0

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

Shades of Ottoman #D2D6D0

Tints of Ottoman #D2D6D0

Color information

#D2D6D0 (or 0xD2D6D0) is unknown color: approx Ottoman. HEX triplet: D2, D6 and D0. RGB value is (210,214,208). Sum of RGB (Red+Green+Blue) = 210+214+208=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 214 (83.98% from 255 or 33.86% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D6D0 is #2D292F. Grayscale: #D4D4D4. Windows color (decimal): -2959664 or 13686482. OLE color: 13686482.

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

Color convert

RGB210214208-
CMYK0.0200.030.16
HSL100º6.82%82.75%-
HSV(B)100º2.8%83.92%-
XYZ62.0166.3569.21-
YUV212.12125.67126.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.23%
GREEN value IS 214 (83.98% from 255) = 33.86%
BLUE value IS 208 (81.64% from 255) = 32.91%
R=33.23%
G=33.86%
B=32.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102142080.0200.030.161006.8282.75
HexD2D6D02031064753
Octal322326320203201447123
Binary110100101101011011010000100111000011001001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D6D0; }

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

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

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

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

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

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

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

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