Html Css Color HEX #E0CEE2 Snuff

📋 copy color: '#E0CEE2'

red 224 ◦ green 206 ◦ blue 226

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

Shades of Snuff #E0CEE2

Tints of Snuff #E0CEE2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.4%

 BLUE value IS 226 (88.67% from 255) = 34.45%

R = 34.15%
G = 31.4%
B = 34.45%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E0CEE2 (or 0xE0CEE2) is known color: Snuff. HEX triplet: E0, CE and E2. RGB value is (224,206,226). Sum of RGB (Red+Green+Blue) = 224+206+226=656 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.15% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 226 - color contains mainly: blue. Hex color #E0CEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CEE2 is #1F311D. Grayscale: #D5D5D5. Windows color (decimal): -2044190 or 14864096. OLE color: 14864096.

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

Color convert

RGB 224 206 226 -
CMYK 0.01 0.09 0 0.11
HSL 294º 0.26% 0.85% -
HSV(B) 294º 0.09% 0.89% -
XYZ 66.54 65.48 81.08 -
YUV 213.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 224 206 226 0.01 0.09 0 0.11 294 0.26 0.85
Hex E0 CE E2 1 9 0 B 126 1A 55
Octal 340 316 342 1 11 0 13 446 32 125
Binary 11100000 11001110 11100010 1 1001 0 1011 100100110 11010 1010101

Color Harmonies of #E0CEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CEE2

Black with #E0CEE2

Text Example


Text Example

White with #E0CEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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