#EBCAEE

Color #EBCAEE Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #EBCAEE

Tints of Snuff #EBCAEE

Color information

#EBCAEE (or 0xEBCAEE) is unknown color: approx Snuff. HEX triplet: EB, CA and EE. RGB value is (235,202,238). Sum of RGB (Red+Green+Blue) = 235+202+238=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBCAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAEE is #143511. Grayscale: #D7D7D7. Windows color (decimal): -1324306 or 15649515. OLE color: 15649515.

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

Color convert

RGB235202238-
CMYK0.010.1500.07
HSL295º51.43%86.27%-
HSV(B)295º15.13%93.33%-
XYZ70.8166.0889.91-
YUV215.97140.43141.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.81%
GREEN value IS 202 (79.30% from 255) = 29.93%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=34.81%
G=29.93%
B=35.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352022380.010.1500.0729551.4386.27
HexEBCAEE1F071273356
Octal3533123561170744763126
Binary1110101111001010111011101111101111001001111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAEE; }

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

 H1.HeaderClassName
 {
   color: #EBCAEE;
 }
 .AnyTagClassName
 {
   color: #EBCAEE;
 }
</style>
background-color css

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

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

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

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

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

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