Html Css Color HEX #EBC0F1 Snuff

📋 copy color: '#EBC0F1'

red 235 ◦ green 192 ◦ blue 241

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

Shades of Snuff #EBC0F1

Tints of Snuff #EBC0F1

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.74%

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

R = 35.18%
G = 28.74%
B = 36.08%

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

#EBC0F1 (or 0xEBC0F1) is known color: Snuff. HEX triplet: EB, C0 and F1. RGB value is (235,192,241). Sum of RGB (Red+Green+Blue) = 235+192+241=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 192 (75.39% from 255 or 28.74% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBC0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC0F1 is #143F0E. Grayscale: #D2D2D2. Windows color (decimal): -1326863 or 15843563. OLE color: 15843563.

HSL color Cylindrical-coordinate representation of color #EBC0F1: hue angle of 292.65º degrees, saturation: 0.64, 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 #EBC0F1 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 192 241 -
CMYK 0.02 0.20 0 0.05
HSL 292.65º 0.64% 0.85% -
HSV(B) 292.65º 0.2% 0.95% -
XYZ 68.99 61.71 91.49 -
YUV 210.44 145.25 145.52 -
System Red Green Blue C M Y K H S L
Decimal 235 192 241 0.02 0.20 0 0.05 292.65 0.64 0.85
Hex EB C0 F1 2 14 0 5 125 40 55
Octal 353 300 361 2 24 0 5 445 100 125
Binary 11101011 11000000 11110001 10 10100 0 101 100100101 1000000 1010101

Color Harmonies of #EBC0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0F1

Black with #EBC0F1

Text Example


Text Example

White with #EBC0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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