Html Css Color HEX #E0D1BD Blanc

📋 copy color: '#E0D1BD'

red 224 ◦ green 209 ◦ blue 189

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

Shades of Blanc #E0D1BD

Tints of Blanc #E0D1BD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.6%

 BLUE value IS 189 (74.22% from 255) = 30.39%

R = 36.01%
G = 33.6%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E0D1BD (or 0xE0D1BD) is known color: Blanc. HEX triplet: E0, D1 and BD. RGB value is (224,209,189). Sum of RGB (Red+Green+Blue) = 224+209+189=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D1BD is #1F2E42. Grayscale: #D3D3D3. Windows color (decimal): -2043459 or 12440032. OLE color: 12440032.

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

Color convert

RGB 224 209 189 -
CMYK 0 0.07 0.16 0.12
HSL 34.29º 0.36% 0.81% -
HSV(B) 34.29º 0.16% 0.88% -
XYZ 62.73 65.12 57.41 -
YUV 211.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 224 209 189 0 0.07 0.16 0.12 34.29 0.36 0.81
Hex E0 D1 BD 0 7 10 C 22 24 51
Octal 340 321 275 0 7 20 14 42 44 121
Binary 11100000 11010001 10111101 0 111 10000 1100 100010 100100 1010001

Color Harmonies of #E0D1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D1BD

Black with #E0D1BD

Text Example


Text Example

White with #E0D1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D1BD; }

 p { color: rgb(224,209,189); }

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

background-color css

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

 a { background-color: rgb(224,209,189); }

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

border-color css

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

 span { border-color: rgb(224,209,189); }

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