Html Css Color HEX #D4E5BE Ottoman

📋 copy color: '#D4E5BE'

red 212 ◦ green 229 ◦ blue 190

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

Shades of Ottoman #D4E5BE

Tints of Ottoman #D4E5BE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.29%

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

R = 33.6%
G = 36.29%
B = 30.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#D4E5BE (or 0xD4E5BE) is known color: Ottoman. HEX triplet: D4, E5 and BE. RGB value is (212,229,190). Sum of RGB (Red+Green+Blue) = 212+229+190=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 229 (89.84% from 255 or 36.29% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 229 - color contains mainly: green. Hex color #D4E5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E5BE is #2B1A41. Grayscale: #DBDBDB. Windows color (decimal): -2824770 or 12510676. OLE color: 12510676.

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

Color convert

RGB 212 229 190 -
CMYK 0.07 0 0.17 0.10
HSL 86.15º 0.43% 0.82% -
HSV(B) 86.15º 0.17% 0.9% -
XYZ 64.46 73.75 59.55 -
YUV 219.47 111.37 122.67 -
System Red Green Blue C M Y K H S L
Decimal 212 229 190 0.07 0 0.17 0.10 86.15 0.43 0.82
Hex D4 E5 BE 7 0 11 A 56 2B 52
Octal 324 345 276 7 0 21 12 126 53 122
Binary 11010100 11100101 10111110 111 0 10001 1010 1010110 101011 1010010

Color Harmonies of #D4E5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E5BE

Black with #D4E5BE

Text Example


Text Example

White with #D4E5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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