Html Css Color HEX #E7D2BC Almond

📋 copy color: '#E7D2BC'

red 231 ◦ green 210 ◦ blue 188

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

Shades of Almond #E7D2BC

Tints of Almond #E7D2BC

RGB

 RED value IS 231 (90.63% from 255) = 36.72%

 GREEN value IS 210 (82.42% from 255) = 33.39%

 BLUE value IS 188 (73.83% from 255) = 29.89%

R = 36.72%
G = 33.39%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E7D2BC (or 0xE7D2BC) is known color: Almond. HEX triplet: E7, D2 and BC. RGB value is (231,210,188). Sum of RGB (Red+Green+Blue) = 231+210+188=629 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.72% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2BC is #182D43. Grayscale: #D5D5D5. Windows color (decimal): -1584452 or 12374759. OLE color: 12374759.

HSL color Cylindrical-coordinate representation of color #E7D2BC: hue angle of 30.7º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7D2BC is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 210 188 -
CMYK 0 0.09 0.19 0.09
HSL 30.7º 0.47% 0.82% -
HSV(B) 30.7º 0.19% 0.91% -
XYZ 65.08 66.71 57.02 -
YUV 213.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 231 210 188 0 0.09 0.19 0.09 30.7 0.47 0.82
Hex E7 D2 BC 0 9 13 9 1F 2F 52
Octal 347 322 274 0 11 23 11 37 57 122
Binary 11100111 11010010 10111100 0 1001 10011 1001 11111 101111 1010010

Color Harmonies of #E7D2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D2BC

Black with #E7D2BC

Text Example


Text Example

White with #E7D2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D2BC; }

 p { color: rgb(231,210,188); }

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

background-color css

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

 a { background-color: rgb(231,210,188); }

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

border-color css

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

 span { border-color: rgb(231,210,188); }

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