#EBBCEE

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

Shades of Snuff #EBBCEE

Tints of Snuff #EBBCEE

Color information

#EBBCEE (or 0xEBBCEE) is unknown color: approx Snuff. HEX triplet: EB, BC and EE. RGB value is (235,188,238). Sum of RGB (Red+Green+Blue) = 235+188+238=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBBCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBCEE is #144311. Grayscale: #CFCFCF. Windows color (decimal): -1327890 or 15645931. OLE color: 15645931.

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

Color convert

RGB235188238-
CMYK0.010.2100.07
HSL296.4º59.52%83.53%-
HSV(B)296.4º21.01%93.33%-
XYZ67.6859.888.86-
YUV207.75145.07147.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 188 (73.83% from 255) = 28.44%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=35.55%
G=28.44%
B=36.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351882380.010.2100.07296.459.5283.53
HexEBBCEE115071283c54
Octal3532743561250745074124
Binary11101011101111001110111011010101111001010001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCEE; }

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

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

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

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

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

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

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

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