#D4DDCB

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

Shades of Ottoman #D4DDCB

Tints of Ottoman #D4DDCB

Color information

#D4DDCB (or 0xD4DDCB) is unknown color: approx Ottoman. HEX triplet: D4, DD and CB. RGB value is (212,221,203). Sum of RGB (Red+Green+Blue) = 212+221+203=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDCB is #2B2234. Grayscale: #D8D8D8. Windows color (decimal): -2826805 or 13360596. OLE color: 13360596.

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

Color convert

RGB212221203-
CMYK0.0400.080.13
HSL90º20.93%83.14%-
HSV(B)90º8.14%86.67%-
XYZ63.7970.0266.65-
YUV216.26120.52124.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 203 (79.69% from 255) = 31.92%
R=33.33%
G=34.75%
B=31.92%

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
Decimal2122212030.0400.080.139020.9383.14
HexD4DDCB408D5a1553
Octal32433531340101513225123
Binary1101010011011101110010111000100011011011010101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DDCB; }

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

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

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

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

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

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

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

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