#D4DDCD

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

Shades of Ottoman #D4DDCD

Tints of Ottoman #D4DDCD

Color information

#D4DDCD (or 0xD4DDCD) is unknown color: approx Ottoman. HEX triplet: D4, DD and CD. RGB value is (212,221,205). Sum of RGB (Red+Green+Blue) = 212+221+205=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDCD is #2B2232. Grayscale: #D8D8D8. Windows color (decimal): -2826803 or 13491668. OLE color: 13491668.

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

Color convert

RGB212221205-
CMYK0.0400.070.13
HSL93.75º19.05%83.53%-
HSV(B)93.75º7.24%86.67%-
XYZ64.0370.1267.92-
YUV216.48121.52124.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.23%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=33.23%
G=34.64%
B=32.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122212050.0400.070.1393.7519.0583.53
HexD4DDCD407D5e1354
Octal3243353154071513623124
Binary110101001101110111001101100011111011011110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DDCD; }

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

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

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

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

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

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

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

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