#D4DECD

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

Shades of Ottoman #D4DECD

Tints of Ottoman #D4DECD

Color information

#D4DECD (or 0xD4DECD) is unknown color: approx Ottoman. HEX triplet: D4, DE and CD. RGB value is (212,222,205). Sum of RGB (Red+Green+Blue) = 212+222+205=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DECD is #2B2132. Grayscale: #D9D9D9. Windows color (decimal): -2826547 or 13491924. OLE color: 13491924.

HSL color Cylindrical-coordinate representation of color #D4DECD: hue angle of 95.29º 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 #D4DECD is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB212222205-
CMYK0.0500.080.13
HSL95.29º20.48%83.73%-
HSV(B)95.29º7.66%87.06%-
XYZ64.2970.6568.01-
YUV217.07121.19124.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.18%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 205 (80.47% from 255) = 32.08%
R=33.18%
G=34.74%
B=32.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122222050.0500.080.1395.2920.4883.73
HexD4DECD508D5f1454
Octal32433631550101513724124
Binary1101010011011110110011011010100011011011111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DECD; }

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

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

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

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

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

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

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

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