Shades of Selago #ECDAF0
Tints of Selago #ECDAF0
RGB
CMYK
RGB Variations
Color information
#ECDAF0 (or 0xECDAF0) is known color: Selago. HEX triplet: EC, DA and F0. RGB value is (236,218,240). Sum of RGB (Red+Green+Blue) = 236+218+240=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECDAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAF0 is #13250F. Grayscale: #E1E1E1. Windows color (decimal): -1254672 or 15784684. OLE color: 15784684.
HSL color Cylindrical-coordinate representation of color #ECDAF0: hue angle of 289.09º 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 #ECDAF0 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 218 | 240 | - |
CMYK | 0.02 | 0.09 | 0 | 0.06 |
HSL | 289.09º | 0.42% | 0.9% | - |
HSV(B) | 289.09º | 0.09% | 0.94% | - |
XYZ | 75.39 | 74.27 | 92.8 | - |
YUV | 225.89 | 135.96 | 135.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 218 | 240 | 0.02 | 0.09 | 0 | 0.06 | 289.09 | 0.42 | 0.9 |
Hex | EC | DA | F0 | 2 | 9 | 0 | 6 | 121 | 2A | 5A |
Octal | 354 | 332 | 360 | 2 | 11 | 0 | 6 | 441 | 52 | 132 |
Binary | 11101100 | 11011010 | 11110000 | 10 | 1001 | 0 | 110 | 100100001 | 101010 | 1011010 |
Color Harmonies of #ECDAF0
Complementary color
Monochromatic Colors of #ECDAF0
Black with #ECDAF0
Text Example
Text Example
White with #ECDAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDAF0; }
p { color: rgb(236,218,240); }
H1.HeaderClassName
{
color: #ECDAF0;
}
.AnyTagClassName
{
color: #ECDAF0;
}
</style>
background-color css
<style>
a { background-color: #ECDAF0; }
a { background-color: rgb(236,218,240); }
div.DivClassName
{
background-color: #ECDAF0;
}
.BgClassName
{
background-color: #ECDAF0;
}
</style>
border-color css
<style>
span { border-color: #ECDAF0; }
span { border-color: rgb(236,218,240); }
td.TdClassName
{
border-color: #ECDAF0;
}
.TagClassName
{
border-color: #ECDAF0;
}
</style>