#D5E7BE

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

Shades of Ottoman #D5E7BE

Tints of Ottoman #D5E7BE

Color information

#D5E7BE (or 0xD5E7BE) is unknown color: approx Ottoman. HEX triplet: D5, E7 and BE. RGB value is (213,231,190). Sum of RGB (Red+Green+Blue) = 213+231+190=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E7BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E7BE is #2A1841. Grayscale: #DDDDDD. Windows color (decimal): -2758722 or 12511189. OLE color: 12511189.

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

Color convert

RGB213231190-
CMYK0.0800.180.09
HSL86.34º46.07%82.55%-
HSV(B)86.34º17.75%90.59%-
XYZ65.3175.0259.75-
YUV220.94110.54122.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.60%
GREEN value IS 231 (90.62% from 255) = 36.44%
BLUE value IS 190 (74.61% from 255) = 29.97%
R=33.60%
G=36.44%
B=29.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2132311900.0800.180.0986.3446.0782.55
HexD5E7BE80129562e53
Octal325347276100221112656123
Binary1101010111100111101111101000010010100110101101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E7BE; }

 p { color: rgb(213,231,190); }

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

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

 a { background-color: rgb(213,231,190); }

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

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

 span { border-color: rgb(213,231,190); }

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