Html Css Color HEX #E2CEE2 Snuff

📋 copy color: '#E2CEE2'

red 226 ◦ green 206 ◦ blue 226

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

Shades of Snuff #E2CEE2

Tints of Snuff #E2CEE2

RGB

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

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

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

R = 34.35%
G = 31.31%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E2CEE2 (or 0xE2CEE2) is known color: Snuff. HEX triplet: E2, CE and E2. RGB value is (226,206,226). Sum of RGB (Red+Green+Blue) = 226+206+226=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 226 (88.67% from 255 or 34.35% from 658); Max value from RGB is 226 - color contains mainly: red, blue. Hex color #E2CEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CEE2 is #1D311D. Grayscale: #D6D6D6. Windows color (decimal): -1913118 or 14864098. OLE color: 14864098.

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

Color convert

RGB 226 206 226 -
CMYK 0 0.09 0 0.11
HSL 300º 0.26% 0.85% -
HSV(B) 300º 0.09% 0.89% -
XYZ 67.16 65.8 81.11 -
YUV 214.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 226 206 226 0 0.09 0 0.11 300 0.26 0.85
Hex E2 CE E2 0 9 0 B 12C 1A 55
Octal 342 316 342 0 11 0 13 454 32 125
Binary 11100010 11001110 11100010 0 1001 0 1011 100101100 11010 1010101

Color Harmonies of #E2CEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CEE2

Black with #E2CEE2

Text Example


Text Example

White with #E2CEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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