Shades of Blue Chalk #ECDAF5
Tints of Blue Chalk #ECDAF5
RGB
CMYK
RGB Variations
Color information
#ECDAF5 (or 0xECDAF5) is known color: Blue Chalk. HEX triplet: EC, DA and F5. RGB value is (236,218,245). Sum of RGB (Red+Green+Blue) = 236+218+245=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 245 (96.09% from 255 or 35.05% from 699); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECDAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAF5 is #13250A. Grayscale: #E2E2E2. Windows color (decimal): -1254667 or 16112364. OLE color: 16112364.
HSL color Cylindrical-coordinate representation of color #ECDAF5: hue angle of 280º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECDAF5 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 236 | 218 | 245 | - |
CMYK | 0.04 | 0.11 | 0 | 0.04 |
HSL | 280º | 0.57% | 0.91% | - |
HSV(B) | 280º | 0.11% | 0.96% | - |
XYZ | 76.14 | 74.57 | 96.77 | - |
YUV | 226.46 | 138.46 | 134.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 218 | 245 | 0.04 | 0.11 | 0 | 0.04 | 280 | 0.57 | 0.91 |
Hex | EC | DA | F5 | 4 | B | 0 | 4 | 118 | 39 | 5B |
Octal | 354 | 332 | 365 | 4 | 13 | 0 | 4 | 430 | 71 | 133 |
Binary | 11101100 | 11011010 | 11110101 | 100 | 1011 | 0 | 100 | 100011000 | 111001 | 1011011 |
Color Harmonies of #ECDAF5
Complementary color
Monochromatic Colors of #ECDAF5
Black with #ECDAF5
Text Example
Text Example
White with #ECDAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDAF5; }
p { color: rgb(236,218,245); }
H1.HeaderClassName
{
color: #ECDAF5;
}
.AnyTagClassName
{
color: #ECDAF5;
}
</style>
background-color css
<style>
a { background-color: #ECDAF5; }
a { background-color: rgb(236,218,245); }
div.DivClassName
{
background-color: #ECDAF5;
}
.BgClassName
{
background-color: #ECDAF5;
}
</style>
border-color css
<style>
span { border-color: #ECDAF5; }
span { border-color: rgb(236,218,245); }
td.TdClassName
{
border-color: #ECDAF5;
}
.TagClassName
{
border-color: #ECDAF5;
}
</style>