#D4E8B9

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

Shades of Ottoman #D4E8B9

Tints of Ottoman #D4E8B9

Color information

#D4E8B9 (or 0xD4E8B9) is unknown color: approx Ottoman. HEX triplet: D4, E8 and B9. RGB value is (212,232,185). Sum of RGB (Red+Green+Blue) = 212+232+185=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 185 (72.66% from 255 or 29.41% from 629); Max value from RGB is 232 - color contains mainly: green. Hex color #D4E8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4E8B9 is #2B1746. Grayscale: #DCDCDC. Windows color (decimal): -2824007 or 12183764. OLE color: 12183764.

HSL color Cylindrical-coordinate representation of color #D4E8B9: hue angle of 85.53º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4E8B9 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB212232185-
CMYK0.0900.200.09
HSL85.53º50.54%81.76%-
HSV(B)85.53º20.26%90.98%-
XYZ64.7675.2157-
YUV220.66107.87121.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.70%
GREEN value IS 232 (91.02% from 255) = 36.88%
BLUE value IS 185 (72.66% from 255) = 29.41%
R=33.70%
G=36.88%
B=29.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2122321850.0900.200.0985.5350.5481.76
HexD4E8B990149563352
Octal324350271110241112663122
Binary1101010011101000101110011001010100100110101101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E8B9; }

 p { color: rgb(212,232,185); }

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

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

 a { background-color: rgb(212,232,185); }

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

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

 span { border-color: rgb(212,232,185); }

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