Html Css Color HEX #EACCEB Snuff

📋 copy color: '#EACCEB'

red 234 ◦ green 204 ◦ blue 235

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

Shades of Snuff #EACCEB

Tints of Snuff #EACCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.92%

R = 34.77%
G = 30.31%
B = 34.92%

CMYK

 C value IS 0.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EACCEB (or 0xEACCEB) is known color: Snuff. HEX triplet: EA, CC and EB. RGB value is (234,204,235). Sum of RGB (Red+Green+Blue) = 234+204+235=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #EACCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCEB is #153314. Grayscale: #D8D8D8. Windows color (decimal): -1389333 or 15453418. OLE color: 15453418.

HSL color Cylindrical-coordinate representation of color #EACCEB: hue angle of 298.06º degrees, saturation: 0.44, 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 #EACCEB is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 204 235 -
CMYK 0.00 0.13 0 0.08
HSL 298.06º 0.44% 0.86% -
HSV(B) 298.06º 0.13% 0.92% -
XYZ 70.52 66.68 87.75 -
YUV 216.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 234 204 235 0.00 0.13 0 0.08 298.06 0.44 0.86
Hex EA CC EB 0 D 0 8 12A 2C 56
Octal 352 314 353 0 15 0 10 452 54 126
Binary 11101010 11001100 11101011 0 1101 0 1000 100101010 101100 1010110

Color Harmonies of #EACCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACCEB

Black with #EACCEB

Text Example


Text Example

White with #EACCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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