#D5DEC9

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

Shades of Ottoman #D5DEC9

Tints of Ottoman #D5DEC9

Color information

#D5DEC9 (or 0xD5DEC9) is unknown color: approx Ottoman. HEX triplet: D5, DE and C9. RGB value is (213,222,201). Sum of RGB (Red+Green+Blue) = 213+222+201=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DEC9 is #2A2136. Grayscale: #D8D8D8. Windows color (decimal): -2761015 or 13229781. OLE color: 13229781.

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

Color convert

RGB213222201-
CMYK0.0400.090.13
HSL85.71º24.14%82.94%-
HSV(B)85.71º9.46%87.06%-
XYZ64.170.6165.51-
YUV216.91119.02125.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.49%
GREEN value IS 222 (87.11% from 255) = 34.91%
BLUE value IS 201 (78.91% from 255) = 31.60%
R=33.49%
G=34.91%
B=31.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132222010.0400.090.1385.7124.1482.94
HexD5DEC9409D561853
Octal32533631140111512630123
Binary1101010111011110110010011000100111011010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DEC9; }

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

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

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

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

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

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

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

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