Shades of Selago #EDDBF0
Tints of Selago #EDDBF0
RGB
CMYK
RGB Variations
Color information
#EDDBF0 (or 0xEDDBF0) is known color: Selago. HEX triplet: ED, DB and F0. RGB value is (237,219,240). Sum of RGB (Red+Green+Blue) = 237+219+240=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDDBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBF0 is #12240F. Grayscale: #E2E2E2. Windows color (decimal): -1188880 or 15784941. OLE color: 15784941.
HSL color Cylindrical-coordinate representation of color #EDDBF0: hue angle of 291.43º degrees, saturation: 0.41, 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 #EDDBF0 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 219 | 240 | - |
CMYK | 0.01 | 0.09 | 0 | 0.06 |
HSL | 291.43º | 0.41% | 0.9% | - |
HSV(B) | 291.43º | 0.09% | 0.94% | - |
XYZ | 75.98 | 74.96 | 92.9 | - |
YUV | 226.78 | 135.46 | 135.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 219 | 240 | 0.01 | 0.09 | 0 | 0.06 | 291.43 | 0.41 | 0.9 |
Hex | ED | DB | F0 | 1 | 9 | 0 | 6 | 123 | 29 | 5A |
Octal | 355 | 333 | 360 | 1 | 11 | 0 | 6 | 443 | 51 | 132 |
Binary | 11101101 | 11011011 | 11110000 | 1 | 1001 | 0 | 110 | 100100011 | 101001 | 1011010 |
Color Harmonies of #EDDBF0
Complementary color
Monochromatic Colors of #EDDBF0
Black with #EDDBF0
Text Example
Text Example
White with #EDDBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBF0; }
p { color: rgb(237,219,240); }
H1.HeaderClassName
{
color: #EDDBF0;
}
.AnyTagClassName
{
color: #EDDBF0;
}
</style>
background-color css
<style>
a { background-color: #EDDBF0; }
a { background-color: rgb(237,219,240); }
div.DivClassName
{
background-color: #EDDBF0;
}
.BgClassName
{
background-color: #EDDBF0;
}
</style>
border-color css
<style>
span { border-color: #EDDBF0; }
span { border-color: rgb(237,219,240); }
td.TdClassName
{
border-color: #EDDBF0;
}
.TagClassName
{
border-color: #EDDBF0;
}
</style>