#D4DECB

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

Shades of Ottoman #D4DECB

Tints of Ottoman #D4DECB

Color information

#D4DECB (or 0xD4DECB) is unknown color: approx Ottoman. HEX triplet: D4, DE and CB. RGB value is (212,222,203). Sum of RGB (Red+Green+Blue) = 212+222+203=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DECB is #2B2134. Grayscale: #D8D8D8. Windows color (decimal): -2826549 or 13360852. OLE color: 13360852.

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

Color convert

RGB212222203-
CMYK0.0500.090.13
HSL91.58º22.35%83.33%-
HSV(B)91.58º8.56%87.06%-
XYZ64.0570.5566.74-
YUV216.84120.19124.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.28%
GREEN value IS 222 (87.11% from 255) = 34.85%
BLUE value IS 203 (79.69% from 255) = 31.87%
R=33.28%
G=34.85%
B=31.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122222030.0500.090.1391.5822.3583.33
HexD4DECB509D5c1653
Octal32433631350111513426123
Binary1101010011011110110010111010100111011011100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DECB; }

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

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

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

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

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

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

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

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