Html Css Color HEX #D5E8BE Ottoman

📋 copy color: '#D5E8BE'

red 213 ◦ green 232 ◦ blue 190

#D5E8BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ottoman #D5E8BE

Tints of Ottoman #D5E8BE

RGB

 RED value IS 213 (83.59% from 255) = 33.54%

 GREEN value IS 232 (91.02% from 255) = 36.54%

 BLUE value IS 190 (74.61% from 255) = 29.92%

R = 33.54%
G = 36.54%
B = 29.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#D5E8BE (or 0xD5E8BE) is known color: Ottoman. HEX triplet: D5, E8 and BE. RGB value is (213,232,190). Sum of RGB (Red+Green+Blue) = 213+232+190=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E8BE is #2A1741. Grayscale: #DDDDDD. Windows color (decimal): -2758466 or 12511445. OLE color: 12511445.

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

Color convert

RGB 213 232 190 -
CMYK 0.08 0 0.18 0.09
HSL 87.14º 0.48% 0.83% -
HSV(B) 87.14º 0.18% 0.91% -
XYZ 65.59 75.58 59.85 -
YUV 221.53 110.21 121.92 -
System Red Green Blue C M Y K H S L
Decimal 213 232 190 0.08 0 0.18 0.09 87.14 0.48 0.83
Hex D5 E8 BE 8 0 12 9 57 30 53
Octal 325 350 276 10 0 22 11 127 60 123
Binary 11010101 11101000 10111110 1000 0 10010 1001 1010111 110000 1010011

Color Harmonies of #D5E8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E8BE

Black with #D5E8BE

Text Example


Text Example

White with #D5E8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E8BE; }

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

 H1.HeaderClassName
 {
   color: #D5E8BE;
 }
 .AnyTagClassName
 {
   color: #D5E8BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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