Html Css Color HEX #E0D5C0 Blanc

📋 copy color: '#E0D5C0'

red 224 ◦ green 213 ◦ blue 192

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

Shades of Blanc #E0D5C0

Tints of Blanc #E0D5C0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.86%

 BLUE value IS 192 (75.39% from 255) = 30.52%

R = 35.61%
G = 33.86%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E0D5C0 (or 0xE0D5C0) is known color: Blanc. HEX triplet: E0, D5 and C0. RGB value is (224,213,192). Sum of RGB (Red+Green+Blue) = 224+213+192=629 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.61% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D5C0 is #1F2A3F. Grayscale: #D5D5D5. Windows color (decimal): -2042432 or 12637664. OLE color: 12637664.

HSL color Cylindrical-coordinate representation of color #E0D5C0: hue angle of 39.38º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0D5C0 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 213 192 -
CMYK 0 0.05 0.14 0.12
HSL 39.38º 0.34% 0.82% -
HSV(B) 39.38º 0.14% 0.88% -
XYZ 64.05 67.24 59.47 -
YUV 213.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 224 213 192 0 0.05 0.14 0.12 39.38 0.34 0.82
Hex E0 D5 C0 0 5 E C 27 22 52
Octal 340 325 300 0 5 16 14 47 42 122
Binary 11100000 11010101 11000000 0 101 1110 1100 100111 100010 1010010

Color Harmonies of #E0D5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D5C0

Black with #E0D5C0

Text Example


Text Example

White with #E0D5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D5C0; }

 p { color: rgb(224,213,192); }

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

background-color css

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

 a { background-color: rgb(224,213,192); }

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

border-color css

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

 span { border-color: rgb(224,213,192); }

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