Html Css Color HEX #E2DDCE Albescent White

📋 copy color: '#E2DDCE'

red 226 ◦ green 221 ◦ blue 206

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

Shades of Albescent White #E2DDCE

Tints of Albescent White #E2DDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.84%

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

R = 34.61%
G = 33.84%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E2DDCE (or 0xE2DDCE) is known color: Albescent White. HEX triplet: E2, DD and CE. RGB value is (226,221,206). Sum of RGB (Red+Green+Blue) = 226+221+206=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDCE is #1D2231. Grayscale: #DCDCDC. Windows color (decimal): -1909298 or 13557218. OLE color: 13557218.

HSL color Cylindrical-coordinate representation of color #E2DDCE: hue angle of 45º 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 #E2DDCE is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 221 206 -
CMYK 0 0.02 0.09 0.11
HSL 45º 0.26% 0.85% -
HSV(B) 45º 0.09% 0.89% -
XYZ 68.36 72.34 68.75 -
YUV 220.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 226 221 206 0 0.02 0.09 0.11 45 0.26 0.85
Hex E2 DD CE 0 2 9 B 2D 1A 55
Octal 342 335 316 0 2 11 13 55 32 125
Binary 11100010 11011101 11001110 0 10 1001 1011 101101 11010 1010101

Color Harmonies of #E2DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DDCE

Black with #E2DDCE

Text Example


Text Example

White with #E2DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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