Html Css Color HEX #EBC3F1 Snuff

📋 copy color: '#EBC3F1'

red 235 ◦ green 195 ◦ blue 241

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

Shades of Snuff #EBC3F1

Tints of Snuff #EBC3F1

RGB

 RED value IS 235 (92.19% from 255) = 35.02%

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

 BLUE value IS 241 (94.53% from 255) = 35.92%

R = 35.02%
G = 29.06%
B = 35.92%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBC3F1 (or 0xEBC3F1) is known color: Snuff. HEX triplet: EB, C3 and F1. RGB value is (235,195,241). Sum of RGB (Red+Green+Blue) = 235+195+241=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 195 (76.56% from 255 or 29.06% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBC3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC3F1 is #143C0E. Grayscale: #D4D4D4. Windows color (decimal): -1326095 or 15844331. OLE color: 15844331.

HSL color Cylindrical-coordinate representation of color #EBC3F1: hue angle of 292.17º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBC3F1 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 195 241 -
CMYK 0.02 0.19 0 0.05
HSL 292.17º 0.62% 0.85% -
HSV(B) 292.17º 0.19% 0.95% -
XYZ 69.65 63.04 91.72 -
YUV 212.2 144.25 144.26 -
System Red Green Blue C M Y K H S L
Decimal 235 195 241 0.02 0.19 0 0.05 292.17 0.62 0.85
Hex EB C3 F1 2 13 0 5 124 3E 55
Octal 353 303 361 2 23 0 5 444 76 125
Binary 11101011 11000011 11110001 10 10011 0 101 100100100 111110 1010101

Color Harmonies of #EBC3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3F1

Black with #EBC3F1

Text Example


Text Example

White with #EBC3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3F1; }

 p { color: rgb(235,195,241); }

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

background-color css

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

 a { background-color: rgb(235,195,241); }

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

border-color css

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

 span { border-color: rgb(235,195,241); }

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