Html Css Color HEX #E1DCCE Albescent White

📋 copy color: '#E1DCCE'

red 225 ◦ green 220 ◦ blue 206

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

Shades of Albescent White #E1DCCE

Tints of Albescent White #E1DCCE

RGB

 RED value IS 225 (88.28% from 255) = 34.56%

 GREEN value IS 220 (86.33% from 255) = 33.79%

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

R = 34.56%
G = 33.79%
B = 31.64%

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

#E1DCCE (or 0xE1DCCE) is known color: Albescent White. HEX triplet: E1, DC and CE. RGB value is (225,220,206). Sum of RGB (Red+Green+Blue) = 225+220+206=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCCE is #1E2331. Grayscale: #DBDBDB. Windows color (decimal): -1975090 or 13556961. OLE color: 13556961.

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

Color convert

RGB 225 220 206 -
CMYK 0 0.02 0.08 0.12
HSL 44.21º 0.24% 0.85% -
HSV(B) 44.21º 0.08% 0.88% -
XYZ 67.79 71.65 68.65 -
YUV 219.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 225 220 206 0 0.02 0.08 0.12 44.21 0.24 0.85
Hex E1 DC CE 0 2 8 C 2C 18 55
Octal 341 334 316 0 2 10 14 54 30 125
Binary 11100001 11011100 11001110 0 10 1000 1100 101100 11000 1010101

Color Harmonies of #E1DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DCCE

Black with #E1DCCE

Text Example


Text Example

White with #E1DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DCCE; }

 p { color: rgb(225,220,206); }

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

background-color css

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

 a { background-color: rgb(225,220,206); }

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

border-color css

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

 span { border-color: rgb(225,220,206); }

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