#D5DECD

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

Shades of Ottoman #D5DECD

Tints of Ottoman #D5DECD

Color information

#D5DECD (or 0xD5DECD) is unknown color: approx Ottoman. HEX triplet: D5, DE and CD. RGB value is (213,222,205). Sum of RGB (Red+Green+Blue) = 213+222+205=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DECD is #2A2132. Grayscale: #D9D9D9. Windows color (decimal): -2761011 or 13491925. OLE color: 13491925.

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

Color convert

RGB213222205-
CMYK0.0400.080.13
HSL91.76º20.48%83.73%-
HSV(B)91.76º7.66%87.06%-
XYZ64.5870.868.02-
YUV217.37121.02124.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.28%
GREEN value IS 222 (87.11% from 255) = 34.69%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=33.28%
G=34.69%
B=32.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132222050.0400.080.1391.7620.4883.73
HexD5DECD408D5c1454
Octal32533631540101513424124
Binary1101010111011110110011011000100011011011100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DECD; }

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

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

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

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

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

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

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

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