Html Css Color HEX #EBC2F1 Snuff

📋 copy color: '#EBC2F1'

red 235 ◦ green 194 ◦ blue 241

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

Shades of Snuff #EBC2F1

Tints of Snuff #EBC2F1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.96%

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

R = 35.07%
G = 28.96%
B = 35.97%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBC2F1 (or 0xEBC2F1) is known color: Snuff. HEX triplet: EB, C2 and F1. RGB value is (235,194,241). Sum of RGB (Red+Green+Blue) = 235+194+241=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 194 (76.17% from 255 or 28.96% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBC2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2F1 is #143D0E. Grayscale: #D3D3D3. Windows color (decimal): -1326351 or 15844075. OLE color: 15844075.

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

Color convert

RGB 235 194 241 -
CMYK 0.02 0.20 0 0.05
HSL 292.34º 0.63% 0.85% -
HSV(B) 292.34º 0.2% 0.95% -
XYZ 69.43 62.6 91.64 -
YUV 211.62 144.58 144.68 -
System Red Green Blue C M Y K H S L
Decimal 235 194 241 0.02 0.20 0 0.05 292.34 0.63 0.85
Hex EB C2 F1 2 14 0 5 124 3F 55
Octal 353 302 361 2 24 0 5 444 77 125
Binary 11101011 11000010 11110001 10 10100 0 101 100100100 111111 1010101

Color Harmonies of #EBC2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2F1

Black with #EBC2F1

Text Example


Text Example

White with #EBC2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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