#EBBCF0

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

Shades of Snuff #EBBCF0

Tints of Snuff #EBBCF0

Color information

#EBBCF0 (or 0xEBBCF0) is unknown color: approx Snuff. HEX triplet: EB, BC and F0. RGB value is (235,188,240). Sum of RGB (Red+Green+Blue) = 235+188+240=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 188 (73.83% from 255 or 28.36% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBBCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBCF0 is #14430F. Grayscale: #CFCFCF. Windows color (decimal): -1327888 or 15777003. OLE color: 15777003.

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

Color convert

RGB235188240-
CMYK0.020.2200.06
HSL294.23º63.41%83.92%-
HSV(B)294.23º21.67%94.12%-
XYZ67.9759.9290.42-
YUV207.98146.07147.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 188 (73.83% from 255) = 28.36%
BLUE value IS 240 (94.14% from 255) = 36.20%
R=35.44%
G=28.36%
B=36.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351882400.020.2200.06294.2363.4183.92
HexEBBCF0216061263f54
Octal3532743602260644677124
Binary111010111011110011110000101011001101001001101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCF0; }

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

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

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

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

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

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

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

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