#D4E8BE

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

Shades of Ottoman #D4E8BE

Tints of Ottoman #D4E8BE

Color information

#D4E8BE (or 0xD4E8BE) is unknown color: approx Ottoman. HEX triplet: D4, E8 and BE. RGB value is (212,232,190). Sum of RGB (Red+Green+Blue) = 212+232+190=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 232 - color contains mainly: green. Hex color #D4E8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4E8BE is #2B1741. Grayscale: #DDDDDD. Windows color (decimal): -2824002 or 12511444. OLE color: 12511444.

HSL color Cylindrical-coordinate representation of color #D4E8BE: hue angle of 88.57º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4E8BE is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB212232190-
CMYK0.0900.180.09
HSL88.57º47.73%82.75%-
HSV(B)88.57º18.1%90.98%-
XYZ65.375.4359.83-
YUV221.23110.37121.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.44%
GREEN value IS 232 (91.02% from 255) = 36.59%
BLUE value IS 190 (74.61% from 255) = 29.97%
R=33.44%
G=36.59%
B=29.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2122321900.0900.180.0988.5747.7382.75
HexD4E8BE90129593053
Octal324350276110221113160123
Binary1101010011101000101111101001010010100110110011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E8BE; }

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

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

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

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

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

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

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

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