#D4DECC

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

Shades of Ottoman #D4DECC

Tints of Ottoman #D4DECC

Color information

#D4DECC (or 0xD4DECC) is unknown color: approx Ottoman. HEX triplet: D4, DE and CC. RGB value is (212,222,204). Sum of RGB (Red+Green+Blue) = 212+222+204=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DECC is #2B2133. Grayscale: #D9D9D9. Windows color (decimal): -2826548 or 13426388. OLE color: 13426388.

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

Color convert

RGB212222204-
CMYK0.0500.080.13
HSL93.33º21.43%83.53%-
HSV(B)93.33º8.11%87.06%-
XYZ64.1770.667.37-
YUV216.96120.69124.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.23%
GREEN value IS 222 (87.11% from 255) = 34.80%
BLUE value IS 204 (80.08% from 255) = 31.97%
R=33.23%
G=34.80%
B=31.97%

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
Decimal2122222040.0500.080.1393.3321.4383.53
HexD4DECC508D5d1554
Octal32433631450101513525124
Binary1101010011011110110011001010100011011011101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DECC; }

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

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

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

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

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

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

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

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