#D4DDCA

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

Shades of Ottoman #D4DDCA

Tints of Ottoman #D4DDCA

Color information

#D4DDCA (or 0xD4DDCA) is unknown color: approx Ottoman. HEX triplet: D4, DD and CA. RGB value is (212,221,202). Sum of RGB (Red+Green+Blue) = 212+221+202=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDCA is #2B2235. Grayscale: #D8D8D8. Windows color (decimal): -2826806 or 13295060. OLE color: 13295060.

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

Color convert

RGB212221202-
CMYK0.0400.090.13
HSL88.42º21.84%82.94%-
HSV(B)88.42º8.6%86.67%-
XYZ63.6769.9766.03-
YUV216.14120.02125.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.39%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 202 (79.30% from 255) = 31.81%
R=33.39%
G=34.80%
B=31.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122212020.0400.090.1388.4221.8482.94
HexD4DDCA409D581653
Octal32433531240111513026123
Binary1101010011011101110010101000100111011011000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DDCA; }

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

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

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

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

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

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

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

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