Html Css Color HEX #E2CCE0 Snuff

📋 copy color: '#E2CCE0'

red 226 ◦ green 204 ◦ blue 224

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

Shades of Snuff #E2CCE0

Tints of Snuff #E2CCE0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.19%

 BLUE value IS 224 (87.89% from 255) = 34.25%

R = 34.56%
G = 31.19%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E2CCE0 (or 0xE2CCE0) is known color: Snuff. HEX triplet: E2, CC and E0. RGB value is (226,204,224). Sum of RGB (Red+Green+Blue) = 226+204+224=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCE0 is #1D331F. Grayscale: #D4D4D4. Windows color (decimal): -1913632 or 14732514. OLE color: 14732514.

HSL color Cylindrical-coordinate representation of color #E2CCE0: hue angle of 305.45º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2CCE0 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 204 224 -
CMYK 0 0.10 0.01 0.11
HSL 305.45º 0.28% 0.84% -
HSV(B) 305.45º 0.1% 0.89% -
XYZ 66.41 64.74 79.52 -
YUV 212.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 226 204 224 0 0.10 0.01 0.11 305.45 0.28 0.84
Hex E2 CC E0 0 A 1 B 131 1C 54
Octal 342 314 340 0 12 1 13 461 34 124
Binary 11100010 11001100 11100000 0 1010 1 1011 100110001 11100 1010100

Color Harmonies of #E2CCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CCE0

Black with #E2CCE0

Text Example


Text Example

White with #E2CCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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