#D2E5BE

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

Shades of Ottoman #D2E5BE

Tints of Ottoman #D2E5BE

Color information

#D2E5BE (or 0xD2E5BE) is unknown color: approx Ottoman. HEX triplet: D2, E5 and BE. RGB value is (210,229,190). Sum of RGB (Red+Green+Blue) = 210+229+190=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E5BE is #2D1A41. Grayscale: #DBDBDB. Windows color (decimal): -2955842 or 12510674. OLE color: 12510674.

HSL color Cylindrical-coordinate representation of color #D2E5BE: hue angle of 89.23º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2E5BE is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB210229190-
CMYK0.0800.170.10
HSL89.23º42.86%82.16%-
HSV(B)89.23º17.03%89.8%-
XYZ63.8973.4659.53-
YUV218.87111.71121.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.39%
GREEN value IS 229 (89.84% from 255) = 36.41%
BLUE value IS 190 (74.61% from 255) = 30.21%
R=33.39%
G=36.41%
B=30.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2102291900.0800.170.1089.2342.8682.16
HexD2E5BE8011A592b52
Octal322345276100211213153122
Binary1101001011100101101111101000010001101010110011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E5BE; }

 p { color: rgb(210,229,190); }

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

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

 a { background-color: rgb(210,229,190); }

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

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

 span { border-color: rgb(210,229,190); }

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