#D4E7BC

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

Shades of Ottoman #D4E7BC

Tints of Ottoman #D4E7BC

Color information

#D4E7BC (or 0xD4E7BC) is unknown color: approx Ottoman. HEX triplet: D4, E7 and BC. RGB value is (212,231,188). Sum of RGB (Red+Green+Blue) = 212+231+188=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4E7BC is #2B1843. Grayscale: #DCDCDC. Windows color (decimal): -2824260 or 12380116. OLE color: 12380116.

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

Color convert

RGB212231188-
CMYK0.0800.190.09
HSL86.51º47.25%82.16%-
HSV(B)86.51º18.61%90.59%-
XYZ64.874.7858.6-
YUV220.42109.71122-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.60%
GREEN value IS 231 (90.62% from 255) = 36.61%
BLUE value IS 188 (73.83% from 255) = 29.79%
R=33.60%
G=36.61%
B=29.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2122311880.0800.190.0986.5147.2582.16
HexD4E7BC80139572f52
Octal324347274100231112757122
Binary1101010011100111101111001000010011100110101111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E7BC; }

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

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

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

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

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

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

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

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