Shades of Selago #EDDDF0
Tints of Selago #EDDDF0
RGB
CMYK
RGB Variations
Color information
#EDDDF0 (or 0xEDDDF0) is known color: Selago. HEX triplet: ED, DD and F0. RGB value is (237,221,240). Sum of RGB (Red+Green+Blue) = 237+221+240=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDDDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDF0 is #12220F. Grayscale: #E3E3E3. Windows color (decimal): -1188368 or 15785453. OLE color: 15785453.
HSL color Cylindrical-coordinate representation of color #EDDDF0: hue angle of 290.53º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDDDF0 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 221 | 240 | - |
CMYK | 0.01 | 0.08 | 0 | 0.06 |
HSL | 290.53º | 0.39% | 0.9% | - |
HSV(B) | 290.53º | 0.08% | 0.94% | - |
XYZ | 76.51 | 76.01 | 93.08 | - |
YUV | 227.95 | 134.8 | 134.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 240 | 0.01 | 0.08 | 0 | 0.06 | 290.53 | 0.39 | 0.9 |
Hex | ED | DD | F0 | 1 | 8 | 0 | 6 | 123 | 27 | 5A |
Octal | 355 | 335 | 360 | 1 | 10 | 0 | 6 | 443 | 47 | 132 |
Binary | 11101101 | 11011101 | 11110000 | 1 | 1000 | 0 | 110 | 100100011 | 100111 | 1011010 |
Color Harmonies of #EDDDF0
Complementary color
Monochromatic Colors of #EDDDF0
Black with #EDDDF0
Text Example
Text Example
White with #EDDDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDF0; }
p { color: rgb(237,221,240); }
H1.HeaderClassName
{
color: #EDDDF0;
}
.AnyTagClassName
{
color: #EDDDF0;
}
</style>
background-color css
<style>
a { background-color: #EDDDF0; }
a { background-color: rgb(237,221,240); }
div.DivClassName
{
background-color: #EDDDF0;
}
.BgClassName
{
background-color: #EDDDF0;
}
</style>
border-color css
<style>
span { border-color: #EDDDF0; }
span { border-color: rgb(237,221,240); }
td.TdClassName
{
border-color: #EDDDF0;
}
.TagClassName
{
border-color: #EDDDF0;
}
</style>