Html Css Color HEX #E0D2BF Blanc

📋 copy color: '#E0D2BF'

red 224 ◦ green 210 ◦ blue 191

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

Shades of Blanc #E0D2BF

Tints of Blanc #E0D2BF

RGB

 RED value IS 224 (87.89% from 255) = 35.84%

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

 BLUE value IS 191 (75% from 255) = 30.56%

R = 35.84%
G = 33.6%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E0D2BF (or 0xE0D2BF) is known color: Blanc. HEX triplet: E0, D2 and BF. RGB value is (224,210,191). Sum of RGB (Red+Green+Blue) = 224+210+191=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D2BF is #1F2D40. Grayscale: #D4D4D4. Windows color (decimal): -2043201 or 12571360. OLE color: 12571360.

HSL color Cylindrical-coordinate representation of color #E0D2BF: hue angle of 34.55º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0D2BF is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 210 191 -
CMYK 0 0.06 0.15 0.12
HSL 34.55º 0.35% 0.81% -
HSV(B) 34.55º 0.15% 0.88% -
XYZ 63.19 65.7 58.64 -
YUV 212.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 224 210 191 0 0.06 0.15 0.12 34.55 0.35 0.81
Hex E0 D2 BF 0 6 F C 23 23 51
Octal 340 322 277 0 6 17 14 43 43 121
Binary 11100000 11010010 10111111 0 110 1111 1100 100011 100011 1010001

Color Harmonies of #E0D2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D2BF

Black with #E0D2BF

Text Example


Text Example

White with #E0D2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D2BF; }

 p { color: rgb(224,210,191); }

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

background-color css

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

 a { background-color: rgb(224,210,191); }

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

border-color css

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

 span { border-color: rgb(224,210,191); }

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