#EBBDEF

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

Shades of Snuff #EBBDEF

Tints of Snuff #EBBDEF

Color information

#EBBDEF (or 0xEBBDEF) is unknown color: approx Snuff. HEX triplet: EB, BD and EF. RGB value is (235,189,239). Sum of RGB (Red+Green+Blue) = 235+189+239=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBBDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBDEF is #144210. Grayscale: #D0D0D0. Windows color (decimal): -1327633 or 15711723. OLE color: 15711723.

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

Color convert

RGB235189239-
CMYK0.020.2100.06
HSL295.2º60.98%83.92%-
HSV(B)295.2º20.92%93.73%-
XYZ68.0460.2989.71-
YUV208.45145.24146.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 189 (74.22% from 255) = 28.51%
BLUE value IS 239 (93.75% from 255) = 36.05%
R=35.44%
G=28.51%
B=36.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351892390.020.2100.06295.260.9883.92
HexEBBDEF215061273d54
Octal3532753572250644775124
Binary111010111011110111101111101010101101001001111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDEF; }

 p { color: rgb(235,189,239); }

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

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

 a { background-color: rgb(235,189,239); }

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

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

 span { border-color: rgb(235,189,239); }

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