#D4E8BA

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

Shades of Ottoman #D4E8BA

Tints of Ottoman #D4E8BA

Color information

#D4E8BA (or 0xD4E8BA) is unknown color: approx Ottoman. HEX triplet: D4, E8 and BA. RGB value is (212,232,186). Sum of RGB (Red+Green+Blue) = 212+232+186=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 232 - color contains mainly: green. Hex color #D4E8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4E8BA is #2B1745. Grayscale: #DCDCDC. Windows color (decimal): -2824006 or 12249300. OLE color: 12249300.

HSL color Cylindrical-coordinate representation of color #D4E8BA: hue angle of 86.09º degrees, saturation: 0.5, 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 #D4E8BA is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB212232186-
CMYK0.0900.200.09
HSL86.09º50%81.96%-
HSV(B)86.09º19.83%90.98%-
XYZ64.8775.2657.56-
YUV220.78108.37121.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.65%
GREEN value IS 232 (91.02% from 255) = 36.83%
BLUE value IS 186 (73.05% from 255) = 29.52%
R=33.65%
G=36.83%
B=29.52%

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
Decimal2122321860.0900.200.0986.095081.96
HexD4E8BA90149563252
Octal324350272110241112662122
Binary1101010011101000101110101001010100100110101101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E8BA; }

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

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

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

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

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

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

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

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