#D4DDCC

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

Shades of Ottoman #D4DDCC

Tints of Ottoman #D4DDCC

Color information

#D4DDCC (or 0xD4DDCC) is unknown color: approx Ottoman. HEX triplet: D4, DD and CC. RGB value is (212,221,204). Sum of RGB (Red+Green+Blue) = 212+221+204=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDCC is #2B2233. Grayscale: #D8D8D8. Windows color (decimal): -2826804 or 13426132. OLE color: 13426132.

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

Color convert

RGB212221204-
CMYK0.0400.080.13
HSL91.76º20%83.33%-
HSV(B)91.76º7.69%86.67%-
XYZ63.9170.0767.28-
YUV216.37121.02124.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.28%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 204 (80.08% 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
Decimal2122212040.0400.080.1391.762083.33
HexD4DDCC408D5c1453
Octal32433531440101513424123
Binary1101010011011101110011001000100011011011100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DDCC; }

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

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

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

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

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

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

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

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