#EBBDF1

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

Shades of Snuff #EBBDF1

Tints of Snuff #EBBDF1

Color information

#EBBDF1 (or 0xEBBDF1) is unknown color: approx Snuff. HEX triplet: EB, BD and F1. RGB value is (235,189,241). Sum of RGB (Red+Green+Blue) = 235+189+241=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBBDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBDF1 is #14420E. Grayscale: #D0D0D0. Windows color (decimal): -1327631 or 15842795. OLE color: 15842795.

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

Color convert

RGB235189241-
CMYK0.020.2200.05
HSL293.08º65%84.31%-
HSV(B)293.08º21.58%94.51%-
XYZ68.3460.4191.28-
YUV208.68146.24146.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 189 (74.22% from 255) = 28.42%
BLUE value IS 241 (94.53% from 255) = 36.24%
R=35.34%
G=28.42%
B=36.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351892410.020.2200.05293.086584.31
HexEBBDF1216051254154
Octal35327536122605445101124
Binary1110101110111101111100011010110010110010010110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDF1; }

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

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

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

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

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

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

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

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