#EDBDF1

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

Shades of Snuff #EDBDF1

Tints of Snuff #EDBDF1

Color information

#EDBDF1 (or 0xEDBDF1) is unknown color: approx Snuff. HEX triplet: ED, BD and F1. RGB value is (237,189,241). Sum of RGB (Red+Green+Blue) = 237+189+241=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDBDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDF1 is #12420E. Grayscale: #D1D1D1. Windows color (decimal): -1196559 or 15842797. OLE color: 15842797.

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

Color convert

RGB237189241-
CMYK0.020.2200.05
HSL295.38º65%84.31%-
HSV(B)295.38º21.58%94.51%-
XYZ6960.7591.31-
YUV209.28145.9147.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 189 (74.22% from 255) = 28.34%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=35.53%
G=28.34%
B=36.13%

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
Decimal2371892410.020.2200.05295.386584.31
HexEDBDF1216051274154
Octal35527536122605447101124
Binary1110110110111101111100011010110010110010011110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDF1; }

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

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

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

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

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

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

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

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