Html Css Color HEX #EBC3EE Snuff

📋 copy color: '#EBC3EE'

red 235 ◦ green 195 ◦ blue 238

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

Shades of Snuff #EBC3EE

Tints of Snuff #EBC3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.63%

R = 35.18%
G = 29.19%
B = 35.63%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBC3EE (or 0xEBC3EE) is known color: Snuff. HEX triplet: EB, C3 and EE. RGB value is (235,195,238). Sum of RGB (Red+Green+Blue) = 235+195+238=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 195 (76.56% from 255 or 29.19% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBC3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC3EE is #143C11. Grayscale: #D3D3D3. Windows color (decimal): -1326098 or 15647723. OLE color: 15647723.

HSL color Cylindrical-coordinate representation of color #EBC3EE: hue angle of 295.81º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC3EE is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 195 238 -
CMYK 0.01 0.18 0 0.07
HSL 295.81º 0.56% 0.85% -
HSV(B) 295.81º 0.18% 0.93% -
XYZ 69.21 62.87 89.38 -
YUV 211.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 235 195 238 0.01 0.18 0 0.07 295.81 0.56 0.85
Hex EB C3 EE 1 12 0 7 128 38 55
Octal 353 303 356 1 22 0 7 450 70 125
Binary 11101011 11000011 11101110 1 10010 0 111 100101000 111000 1010101

Color Harmonies of #EBC3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3EE

Black with #EBC3EE

Text Example


Text Example

White with #EBC3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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