Html Css Color HEX #EACCEA Snuff

📋 copy color: '#EACCEA'

red 234 ◦ green 204 ◦ blue 234

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

Shades of Snuff #EACCEA

Tints of Snuff #EACCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.82%

R = 34.82%
G = 30.36%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EACCEA (or 0xEACCEA) is known color: Snuff. HEX triplet: EA, CC and EA. RGB value is (234,204,234). Sum of RGB (Red+Green+Blue) = 234+204+234=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EACCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCEA is #153315. Grayscale: #D8D8D8. Windows color (decimal): -1389334 or 15387882. OLE color: 15387882.

HSL color Cylindrical-coordinate representation of color #EACCEA: hue angle of 300º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACCEA is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 204 234 -
CMYK 0 0.13 0 0.08
HSL 300º 0.42% 0.86% -
HSV(B) 300º 0.13% 0.92% -
XYZ 70.38 66.62 86.99 -
YUV 216.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 234 204 234 0 0.13 0 0.08 300 0.42 0.86
Hex EA CC EA 0 D 0 8 12C 2A 56
Octal 352 314 352 0 15 0 10 454 52 126
Binary 11101010 11001100 11101010 0 1101 0 1000 100101100 101010 1010110

Color Harmonies of #EACCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACCEA

Black with #EACCEA

Text Example


Text Example

White with #EACCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACCEA; }

 p { color: rgb(234,204,234); }

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

background-color css

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

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

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

border-color css

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

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

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