Shades of Snuff #EDBDF3
Tints of Snuff #EDBDF3
RGB
CMYK
RGB Variations
Color information
#EDBDF3 (or 0xEDBDF3) is known color: Snuff. HEX triplet: ED, BD and F3. RGB value is (237,189,243). Sum of RGB (Red+Green+Blue) = 237+189+243=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDBDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDF3 is #12420C. Grayscale: #D1D1D1. Windows color (decimal): -1196557 or 15973869. OLE color: 15973869.
HSL color Cylindrical-coordinate representation of color #EDBDF3: hue angle of 293.33º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBDF3 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 189 | 243 | - |
CMYK | 0.02 | 0.22 | 0 | 0.05 |
HSL | 293.33º | 0.69% | 0.85% | - |
HSV(B) | 293.33º | 0.22% | 0.95% | - |
XYZ | 69.3 | 60.87 | 92.89 | - |
YUV | 209.51 | 146.9 | 147.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 189 | 243 | 0.02 | 0.22 | 0 | 0.05 | 293.33 | 0.69 | 0.85 |
Hex | ED | BD | F3 | 2 | 16 | 0 | 5 | 125 | 45 | 55 |
Octal | 355 | 275 | 363 | 2 | 26 | 0 | 5 | 445 | 105 | 125 |
Binary | 11101101 | 10111101 | 11110011 | 10 | 10110 | 0 | 101 | 100100101 | 1000101 | 1010101 |
Color Harmonies of #EDBDF3
Complementary color
Monochromatic Colors of #EDBDF3
Black with #EDBDF3
Text Example
Text Example
White with #EDBDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDF3; }
p { color: rgb(237,189,243); }
H1.HeaderClassName
{
color: #EDBDF3;
}
.AnyTagClassName
{
color: #EDBDF3;
}
</style>
background-color css
<style>
a { background-color: #EDBDF3; }
a { background-color: rgb(237,189,243); }
div.DivClassName
{
background-color: #EDBDF3;
}
.BgClassName
{
background-color: #EDBDF3;
}
</style>
border-color css
<style>
span { border-color: #EDBDF3; }
span { border-color: rgb(237,189,243); }
td.TdClassName
{
border-color: #EDBDF3;
}
.TagClassName
{
border-color: #EDBDF3;
}
</style>