Html Css Color HEX #E2DCCE Albescent White

📋 copy color: '#E2DCCE'

red 226 ◦ green 220 ◦ blue 206

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

Shades of Albescent White #E2DCCE

Tints of Albescent White #E2DCCE

RGB

 RED value IS 226 (88.67% from 255) = 34.66%

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

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

R = 34.66%
G = 33.74%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E2DCCE (or 0xE2DCCE) is known color: Albescent White. HEX triplet: E2, DC and CE. RGB value is (226,220,206). Sum of RGB (Red+Green+Blue) = 226+220+206=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCCE is #1D2331. Grayscale: #DCDCDC. Windows color (decimal): -1909554 or 13556962. OLE color: 13556962.

HSL color Cylindrical-coordinate representation of color #E2DCCE: hue angle of 42º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2DCCE is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 220 206 -
CMYK 0 0.03 0.09 0.11
HSL 42º 0.26% 0.85% -
HSV(B) 42º 0.09% 0.89% -
XYZ 68.1 71.81 68.66 -
YUV 220.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 226 220 206 0 0.03 0.09 0.11 42 0.26 0.85
Hex E2 DC CE 0 3 9 B 2A 1A 55
Octal 342 334 316 0 3 11 13 52 32 125
Binary 11100010 11011100 11001110 0 11 1001 1011 101010 11010 1010101

Color Harmonies of #E2DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DCCE

Black with #E2DCCE

Text Example


Text Example

White with #E2DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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