Html Css Color HEX #EBC3EA Snuff

📋 copy color: '#EBC3EA'

red 235 ◦ green 195 ◦ blue 234

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

Shades of Snuff #EBC3EA

Tints of Snuff #EBC3EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.24%

R = 35.39%
G = 29.37%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBC3EA (or 0xEBC3EA) is known color: Snuff. HEX triplet: EB, C3 and EA. RGB value is (235,195,234). Sum of RGB (Red+Green+Blue) = 235+195+234=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 195 (76.56% from 255 or 29.37% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC3EA is #143C15. Grayscale: #D3D3D3. Windows color (decimal): -1326102 or 15385579. OLE color: 15385579.

HSL color Cylindrical-coordinate representation of color #EBC3EA: hue angle of 301.5º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC3EA is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 195 234 -
CMYK 0 0.17 0.00 0.08
HSL 301.5º 0.5% 0.84% -
HSV(B) 301.5º 0.17% 0.92% -
XYZ 68.63 62.63 86.31 -
YUV 211.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 235 195 234 0 0.17 0.00 0.08 301.5 0.5 0.84
Hex EB C3 EA 0 11 0 8 12E 32 54
Octal 353 303 352 0 21 0 10 456 62 124
Binary 11101011 11000011 11101010 0 10001 0 1000 100101110 110010 1010100

Color Harmonies of #EBC3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3EA

Black with #EBC3EA

Text Example


Text Example

White with #EBC3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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