Html Css Color HEX #E1DCCD Albescent White

📋 copy color: '#E1DCCD'

red 225 ◦ green 220 ◦ blue 205

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

Shades of Albescent White #E1DCCD

Tints of Albescent White #E1DCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.54%

R = 34.62%
G = 33.85%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E1DCCD (or 0xE1DCCD) is known color: Albescent White. HEX triplet: E1, DC and CD. RGB value is (225,220,205). Sum of RGB (Red+Green+Blue) = 225+220+205=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCCD is #1E2332. Grayscale: #DBDBDB. Windows color (decimal): -1975091 or 13491425. OLE color: 13491425.

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

Color convert

RGB 225 220 205 -
CMYK 0 0.02 0.09 0.12
HSL 45º 0.25% 0.84% -
HSV(B) 45º 0.09% 0.88% -
XYZ 67.66 71.6 68.01 -
YUV 219.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 225 220 205 0 0.02 0.09 0.12 45 0.25 0.84
Hex E1 DC CD 0 2 9 C 2D 19 54
Octal 341 334 315 0 2 11 14 55 31 124
Binary 11100001 11011100 11001101 0 10 1001 1100 101101 11001 1010100

Color Harmonies of #E1DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DCCD

Black with #E1DCCD

Text Example


Text Example

White with #E1DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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