#EBCAF0

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

Shades of Snuff #EBCAF0

Tints of Snuff #EBCAF0

Color information

#EBCAF0 (or 0xEBCAF0) is unknown color: approx Snuff. HEX triplet: EB, CA and F0. RGB value is (235,202,240). Sum of RGB (Red+Green+Blue) = 235+202+240=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBCAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAF0 is #14350F. Grayscale: #D8D8D8. Windows color (decimal): -1324304 or 15780587. OLE color: 15780587.

HSL color Cylindrical-coordinate representation of color #EBCAF0: hue angle of 292.11º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBCAF0 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235202240-
CMYK0.020.1600.06
HSL292.11º55.88%86.67%-
HSV(B)292.11º15.83%94.12%-
XYZ71.1166.1991.47-
YUV216.2141.43141.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 202 (79.30% from 255) = 29.84%
BLUE value IS 240 (94.14% from 255) = 35.45%
R=34.71%
G=29.84%
B=35.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352022400.020.1600.06292.1155.8886.67
HexEBCAF0210061243857
Octal3533123602200644470127
Binary111010111100101011110000101000001101001001001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAF0; }

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

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

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

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

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

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

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

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