#EFBDF1

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

Shades of Snuff #EFBDF1

Tints of Snuff #EFBDF1

Color information

#EFBDF1 (or 0xEFBDF1) is unknown color: approx Snuff. HEX triplet: EF, BD and F1. RGB value is (239,189,241). Sum of RGB (Red+Green+Blue) = 239+189+241=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFBDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDF1 is #10420E. Grayscale: #D1D1D1. Windows color (decimal): -1065487 or 15842799. OLE color: 15842799.

HSL color Cylindrical-coordinate representation of color #EFBDF1: hue angle of 297.69º 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 #EFBDF1 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239189241-
CMYK0.010.2200.05
HSL297.69º65%84.31%-
HSV(B)297.69º21.58%94.51%-
XYZ69.6761.191.34-
YUV209.88145.56148.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 189 (74.22% from 255) = 28.25%
BLUE value IS 241 (94.53% from 255) = 36.02%
R=35.72%
G=28.25%
B=36.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391892410.010.2200.05297.696584.31
HexEFBDF11160512a4154
Octal35727536112605452101124
Binary111011111011110111110001110110010110010101010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDF1; }

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

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

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

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

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

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

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

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