#D5DECE

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

Shades of Ottoman #D5DECE

Tints of Ottoman #D5DECE

Color information

#D5DECE (or 0xD5DECE) is unknown color: approx Ottoman. HEX triplet: D5, DE and CE. RGB value is (213,222,206). Sum of RGB (Red+Green+Blue) = 213+222+206=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DECE is #2A2131. Grayscale: #D9D9D9. Windows color (decimal): -2761010 or 13557461. OLE color: 13557461.

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

Color convert

RGB213222206-
CMYK0.0400.070.13
HSL93.75º19.51%83.92%-
HSV(B)93.75º7.21%87.06%-
XYZ64.770.8468.66-
YUV217.48121.52124.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.23%
GREEN value IS 222 (87.11% from 255) = 34.63%
BLUE value IS 206 (80.86% from 255) = 32.14%
R=33.23%
G=34.63%
B=32.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132222060.0400.070.1393.7519.5183.92
HexD5DECE407D5e1454
Octal3253363164071513624124
Binary110101011101111011001110100011111011011110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DECE; }

 p { color: rgb(213,222,206); }

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

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

 a { background-color: rgb(213,222,206); }

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

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

 span { border-color: rgb(213,222,206); }

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