Html Css Color HEX #E2CCE4 Snuff

📋 copy color: '#E2CCE4'

red 226 ◦ green 204 ◦ blue 228

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

Shades of Snuff #E2CCE4

Tints of Snuff #E2CCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.65%

R = 34.35%
G = 31%
B = 34.65%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E2CCE4 (or 0xE2CCE4) is known color: Snuff. HEX triplet: E2, CC and E4. RGB value is (226,204,228). Sum of RGB (Red+Green+Blue) = 226+204+228=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 228 - color contains mainly: blue. Hex color #E2CCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCE4 is #1D331B. Grayscale: #D5D5D5. Windows color (decimal): -1913628 or 14994658. OLE color: 14994658.

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

Color convert

RGB 226 204 228 -
CMYK 0.01 0.11 0 0.11
HSL 295º 0.31% 0.85% -
HSV(B) 295º 0.11% 0.89% -
XYZ 66.96 64.96 82.41 -
YUV 213.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 226 204 228 0.01 0.11 0 0.11 295 0.31 0.85
Hex E2 CC E4 1 B 0 B 127 1F 55
Octal 342 314 344 1 13 0 13 447 37 125
Binary 11100010 11001100 11100100 1 1011 0 1011 100100111 11111 1010101

Color Harmonies of #E2CCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CCE4

Black with #E2CCE4

Text Example


Text Example

White with #E2CCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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