Shades of Selago #EDDAF0
Tints of Selago #EDDAF0
RGB
CMYK
RGB Variations
Color information
#EDDAF0 (or 0xEDDAF0) is known color: Selago. HEX triplet: ED, DA and F0. RGB value is (237,218,240). Sum of RGB (Red+Green+Blue) = 237+218+240=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDDAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDAF0 is #12250F. Grayscale: #E2E2E2. Windows color (decimal): -1189136 or 15784685. OLE color: 15784685.
HSL color Cylindrical-coordinate representation of color #EDDAF0: hue angle of 291.82º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDDAF0 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 218 | 240 | - |
CMYK | 0.01 | 0.09 | 0 | 0.06 |
HSL | 291.82º | 0.42% | 0.9% | - |
HSV(B) | 291.82º | 0.09% | 0.94% | - |
XYZ | 75.72 | 74.44 | 92.82 | - |
YUV | 226.19 | 135.79 | 135.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 218 | 240 | 0.01 | 0.09 | 0 | 0.06 | 291.82 | 0.42 | 0.9 |
Hex | ED | DA | F0 | 1 | 9 | 0 | 6 | 124 | 2A | 5A |
Octal | 355 | 332 | 360 | 1 | 11 | 0 | 6 | 444 | 52 | 132 |
Binary | 11101101 | 11011010 | 11110000 | 1 | 1001 | 0 | 110 | 100100100 | 101010 | 1011010 |
Color Harmonies of #EDDAF0
Complementary color
Monochromatic Colors of #EDDAF0
Black with #EDDAF0
Text Example
Text Example
White with #EDDAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDAF0; }
p { color: rgb(237,218,240); }
H1.HeaderClassName
{
color: #EDDAF0;
}
.AnyTagClassName
{
color: #EDDAF0;
}
</style>
background-color css
<style>
a { background-color: #EDDAF0; }
a { background-color: rgb(237,218,240); }
div.DivClassName
{
background-color: #EDDAF0;
}
.BgClassName
{
background-color: #EDDAF0;
}
</style>
border-color css
<style>
span { border-color: #EDDAF0; }
span { border-color: rgb(237,218,240); }
td.TdClassName
{
border-color: #EDDAF0;
}
.TagClassName
{
border-color: #EDDAF0;
}
</style>