Shades of Selago #EDDDF1
Tints of Selago #EDDDF1
RGB
CMYK
RGB Variations
Color information
#EDDDF1 (or 0xEDDDF1) is known color: Selago. HEX triplet: ED, DD and F1. RGB value is (237,221,241). Sum of RGB (Red+Green+Blue) = 237+221+241=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDDDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDF1 is #12220E. Grayscale: #E3E3E3. Windows color (decimal): -1188367 or 15850989. OLE color: 15850989.
HSL color Cylindrical-coordinate representation of color #EDDDF1: hue angle of 288º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDDDF1 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 221 | 241 | - |
CMYK | 0.02 | 0.08 | 0 | 0.05 |
HSL | 288º | 0.42% | 0.91% | - |
HSV(B) | 288º | 0.08% | 0.95% | - |
XYZ | 76.66 | 76.07 | 93.86 | - |
YUV | 228.06 | 135.3 | 134.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 241 | 0.02 | 0.08 | 0 | 0.05 | 288 | 0.42 | 0.91 |
Hex | ED | DD | F1 | 2 | 8 | 0 | 5 | 120 | 2A | 5B |
Octal | 355 | 335 | 361 | 2 | 10 | 0 | 5 | 440 | 52 | 133 |
Binary | 11101101 | 11011101 | 11110001 | 10 | 1000 | 0 | 101 | 100100000 | 101010 | 1011011 |
Color Harmonies of #EDDDF1
Complementary color
Monochromatic Colors of #EDDDF1
Black with #EDDDF1
Text Example
Text Example
White with #EDDDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDF1; }
p { color: rgb(237,221,241); }
H1.HeaderClassName
{
color: #EDDDF1;
}
.AnyTagClassName
{
color: #EDDDF1;
}
</style>
background-color css
<style>
a { background-color: #EDDDF1; }
a { background-color: rgb(237,221,241); }
div.DivClassName
{
background-color: #EDDDF1;
}
.BgClassName
{
background-color: #EDDDF1;
}
</style>
border-color css
<style>
span { border-color: #EDDDF1; }
span { border-color: rgb(237,221,241); }
td.TdClassName
{
border-color: #EDDDF1;
}
.TagClassName
{
border-color: #EDDDF1;
}
</style>