Html Css Color HEX #E0DBCE Albescent White

📋 copy color: '#E0DBCE'

red 224 ◦ green 219 ◦ blue 206

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

Shades of Albescent White #E0DBCE

Tints of Albescent White #E0DBCE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.74%

 BLUE value IS 206 (80.86% from 255) = 31.74%

R = 34.51%
G = 33.74%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E0DBCE (or 0xE0DBCE) is known color: Albescent White. HEX triplet: E0, DB and CE. RGB value is (224,219,206). Sum of RGB (Red+Green+Blue) = 224+219+206=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBCE is #1F2431. Grayscale: #DBDBDB. Windows color (decimal): -2040882 or 13556704. OLE color: 13556704.

HSL color Cylindrical-coordinate representation of color #E0DBCE: hue angle of 43.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0DBCE is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 219 206 -
CMYK 0 0.02 0.08 0.12
HSL 43.33º 0.23% 0.84% -
HSV(B) 43.33º 0.08% 0.88% -
XYZ 67.21 70.97 68.55 -
YUV 219.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 224 219 206 0 0.02 0.08 0.12 43.33 0.23 0.84
Hex E0 DB CE 0 2 8 C 2B 16 54
Octal 340 333 316 0 2 10 14 53 26 124
Binary 11100000 11011011 11001110 0 10 1000 1100 101011 10110 1010100

Color Harmonies of #E0DBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DBCE

Black with #E0DBCE

Text Example


Text Example

White with #E0DBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DBCE; }

 p { color: rgb(224,219,206); }

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

background-color css

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

 a { background-color: rgb(224,219,206); }

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

border-color css

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

 span { border-color: rgb(224,219,206); }

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