Html Css Color HEX #EACCEF Snuff

📋 copy color: '#EACCEF'

red 234 ◦ green 204 ◦ blue 239

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

Shades of Snuff #EACCEF

Tints of Snuff #EACCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.3%

R = 34.56%
G = 30.13%
B = 35.3%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EACCEF (or 0xEACCEF) is known color: Snuff. HEX triplet: EA, CC and EF. RGB value is (234,204,239). Sum of RGB (Red+Green+Blue) = 234+204+239=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #EACCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCEF is #153310. Grayscale: #D8D8D8. Windows color (decimal): -1389329 or 15715562. OLE color: 15715562.

HSL color Cylindrical-coordinate representation of color #EACCEF: hue angle of 291.43º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EACCEF is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 204 239 -
CMYK 0.02 0.15 0 0.06
HSL 291.43º 0.52% 0.87% -
HSV(B) 291.43º 0.15% 0.94% -
XYZ 71.1 66.91 90.83 -
YUV 216.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 234 204 239 0.02 0.15 0 0.06 291.43 0.52 0.87
Hex EA CC EF 2 F 0 6 123 34 57
Octal 352 314 357 2 17 0 6 443 64 127
Binary 11101010 11001100 11101111 10 1111 0 110 100100011 110100 1010111

Color Harmonies of #EACCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACCEF

Black with #EACCEF

Text Example


Text Example

White with #EACCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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