Html Css Color HEX #E5C2EC Snuff

📋 copy color: '#E5C2EC'

red 229 ◦ green 194 ◦ blue 236

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

Shades of Snuff #E5C2EC

Tints of Snuff #E5C2EC

RGB

 RED value IS 229 (89.84% from 255) = 34.75%

 GREEN value IS 194 (76.17% from 255) = 29.44%

 BLUE value IS 236 (92.58% from 255) = 35.81%

R = 34.75%
G = 29.44%
B = 35.81%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E5C2EC (or 0xE5C2EC) is known color: Snuff. HEX triplet: E5, C2 and EC. RGB value is (229,194,236). Sum of RGB (Red+Green+Blue) = 229+194+236=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 194 (76.17% from 255 or 29.44% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5C2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C2EC is #1A3D13. Grayscale: #D1D1D1. Windows color (decimal): -1719572 or 15516389. OLE color: 15516389.

HSL color Cylindrical-coordinate representation of color #E5C2EC: hue angle of 290º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5C2EC is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 194 236 -
CMYK 0.03 0.18 0 0.07
HSL 290º 0.53% 0.84% -
HSV(B) 290º 0.18% 0.93% -
XYZ 66.75 61.3 87.67 -
YUV 209.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 229 194 236 0.03 0.18 0 0.07 290 0.53 0.84
Hex E5 C2 EC 3 12 0 7 122 34 54
Octal 345 302 354 3 22 0 7 442 64 124
Binary 11100101 11000010 11101100 11 10010 0 111 100100010 110100 1010100

Color Harmonies of #E5C2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C2EC

Black with #E5C2EC

Text Example


Text Example

White with #E5C2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C2EC; }

 p { color: rgb(229,194,236); }

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

background-color css

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

 a { background-color: rgb(229,194,236); }

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

border-color css

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

 span { border-color: rgb(229,194,236); }

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