#D4DDC8

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

Shades of Ottoman #D4DDC8

Tints of Ottoman #D4DDC8

Color information

#D4DDC8 (or 0xD4DDC8) is unknown color: approx Ottoman. HEX triplet: D4, DD and C8. RGB value is (212,221,200). Sum of RGB (Red+Green+Blue) = 212+221+200=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDC8 is #2B2237. Grayscale: #D7D7D7. Windows color (decimal): -2826808 or 13163988. OLE color: 13163988.

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

Color convert

RGB212221200-
CMYK0.0400.100.13
HSL85.71º23.6%82.55%-
HSV(B)85.71º9.5%86.67%-
XYZ63.4369.8864.79-
YUV215.92119.02125.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.49%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 200 (78.52% from 255) = 31.60%
R=33.49%
G=34.91%
B=31.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122212000.0400.100.1385.7123.682.55
HexD4DDC840AD561853
Octal32433531040121512630123
Binary1101010011011101110010001000101011011010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DDC8; }

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

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

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

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

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

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

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

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