#D4E7BF

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

Shades of Ottoman #D4E7BF

Tints of Ottoman #D4E7BF

Color information

#D4E7BF (or 0xD4E7BF) is unknown color: approx Ottoman. HEX triplet: D4, E7 and BF. RGB value is (212,231,191). Sum of RGB (Red+Green+Blue) = 212+231+191=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4E7BF is #2B1840. Grayscale: #DCDCDC. Windows color (decimal): -2824257 or 12576724. OLE color: 12576724.

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

Color convert

RGB212231191-
CMYK0.0800.170.09
HSL88.5º45.45%82.75%-
HSV(B)88.5º17.32%90.59%-
XYZ65.1374.9160.32-
YUV220.76111.21121.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.44%
GREEN value IS 231 (90.62% from 255) = 36.44%
BLUE value IS 191 (75% from 255) = 30.13%
R=33.44%
G=36.44%
B=30.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2122311910.0800.170.0988.545.4582.75
HexD4E7BF80119582d53
Octal324347277100211113055123
Binary1101010011100111101111111000010001100110110001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E7BF; }

 p { color: rgb(212,231,191); }

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

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

 a { background-color: rgb(212,231,191); }

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

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

 span { border-color: rgb(212,231,191); }

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