Html Css Color HEX #EAC3EE Snuff

📋 copy color: '#EAC3EE'

red 234 ◦ green 195 ◦ blue 238

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

Shades of Snuff #EAC3EE

Tints of Snuff #EAC3EE

RGB

 RED value IS 234 (91.8% from 255) = 35.08%

 GREEN value IS 195 (76.56% from 255) = 29.24%

 BLUE value IS 238 (93.36% from 255) = 35.68%

R = 35.08%
G = 29.24%
B = 35.68%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAC3EE (or 0xEAC3EE) is known color: Snuff. HEX triplet: EA, C3 and EE. RGB value is (234,195,238). Sum of RGB (Red+Green+Blue) = 234+195+238=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 195 (76.56% from 255 or 29.24% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAC3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC3EE is #153C11. Grayscale: #D3D3D3. Windows color (decimal): -1391634 or 15647722. OLE color: 15647722.

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

Color convert

RGB 234 195 238 -
CMYK 0.02 0.18 0 0.07
HSL 294.42º 0.56% 0.85% -
HSV(B) 294.42º 0.18% 0.93% -
XYZ 68.88 62.7 89.36 -
YUV 211.56 142.92 144 -
System Red Green Blue C M Y K H S L
Decimal 234 195 238 0.02 0.18 0 0.07 294.42 0.56 0.85
Hex EA C3 EE 2 12 0 7 126 38 55
Octal 352 303 356 2 22 0 7 446 70 125
Binary 11101010 11000011 11101110 10 10010 0 111 100100110 111000 1010101

Color Harmonies of #EAC3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC3EE

Black with #EAC3EE

Text Example


Text Example

White with #EAC3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC3EE; }

 p { color: rgb(234,195,238); }

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

background-color css

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

 a { background-color: rgb(234,195,238); }

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

border-color css

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

 span { border-color: rgb(234,195,238); }

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