#D5E7BF

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

Shades of Ottoman #D5E7BF

Tints of Ottoman #D5E7BF

Color information

#D5E7BF (or 0xD5E7BF) is unknown color: approx Ottoman. HEX triplet: D5, E7 and BF. RGB value is (213,231,191). Sum of RGB (Red+Green+Blue) = 213+231+191=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E7BF is #2A1840. Grayscale: #DDDDDD. Windows color (decimal): -2758721 or 12576725. OLE color: 12576725.

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

Color convert

RGB213231191-
CMYK0.0800.170.09
HSL87º45.45%82.75%-
HSV(B)87º17.32%90.59%-
XYZ65.4275.0660.33-
YUV221.06111.04122.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.54%
GREEN value IS 231 (90.62% from 255) = 36.38%
BLUE value IS 191 (75% from 255) = 30.08%
R=33.54%
G=36.38%
B=30.08%

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
Decimal2132311910.0800.170.098745.4582.75
HexD5E7BF80119572d53
Octal325347277100211112755123
Binary1101010111100111101111111000010001100110101111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E7BF; }

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

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

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

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

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

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

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

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