Html Css Color HEX #D4E8BE Ottoman

📋 copy color: '#D4E8BE'

red 212 ◦ green 232 ◦ blue 190

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

Shades of Ottoman #D4E8BE

Tints of Ottoman #D4E8BE

RGB

 RED value IS 212 (83.2% from 255) = 33.44%

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

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

R = 33.44%
G = 36.59%
B = 29.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#D4E8BE (or 0xD4E8BE) is known color: Ottoman. HEX triplet: D4, E8 and BE. RGB value is (212,232,190). Sum of RGB (Red+Green+Blue) = 212+232+190=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 232 - color contains mainly: green. Hex color #D4E8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4E8BE is #2B1741. Grayscale: #DDDDDD. Windows color (decimal): -2824002 or 12511444. OLE color: 12511444.

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

Color convert

RGB 212 232 190 -
CMYK 0.09 0 0.18 0.09
HSL 88.57º 0.48% 0.83% -
HSV(B) 88.57º 0.18% 0.91% -
XYZ 65.3 75.43 59.83 -
YUV 221.23 110.37 121.42 -
System Red Green Blue C M Y K H S L
Decimal 212 232 190 0.09 0 0.18 0.09 88.57 0.48 0.83
Hex D4 E8 BE 9 0 12 9 59 30 53
Octal 324 350 276 11 0 22 11 131 60 123
Binary 11010100 11101000 10111110 1001 0 10010 1001 1011001 110000 1010011

Color Harmonies of #D4E8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E8BE

Black with #D4E8BE

Text Example


Text Example

White with #D4E8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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