#D2D5D0

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

Shades of Ottoman #D2D5D0

Tints of Ottoman #D2D5D0

Color information

#D2D5D0 (or 0xD2D5D0) is unknown color: approx Ottoman. HEX triplet: D2, D5 and D0. RGB value is (210,213,208). Sum of RGB (Red+Green+Blue) = 210+213+208=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D5D0 is #2D2A2F. Grayscale: #D3D3D3. Windows color (decimal): -2959920 or 13686226. OLE color: 13686226.

HSL color Cylindrical-coordinate representation of color #D2D5D0: hue angle of 96º degrees, saturation: 0.06, 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 #D2D5D0 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB210213208-
CMYK0.0100.020.16
HSL96º5.62%82.55%-
HSV(B)96º2.35%83.53%-
XYZ61.7665.8469.13-
YUV211.53126.01126.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.28%
GREEN value IS 213 (83.59% from 255) = 33.76%
BLUE value IS 208 (81.64% from 255) = 32.96%
R=33.28%
G=33.76%
B=32.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102132080.0100.020.16965.6282.55
HexD2D5D01021060653
Octal322325320102201406123
Binary11010010110101011101000010101000011000001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D5D0; }

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

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

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

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

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

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

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

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