Shades of Blue Chalk #ECDAFF
Tints of Blue Chalk #ECDAFF
RGB
CMYK
RGB Variations
Color information
#ECDAFF (or 0xECDAFF) is known color: Blue Chalk. HEX triplet: EC, DA and FF. RGB value is (236,218,255). Sum of RGB (Red+Green+Blue) = 236+218+255=709 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.29% from 709); Green value is 218 (85.55% from 255 or 30.75% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECDAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAFF is #132500. Grayscale: #E3E3E3. Windows color (decimal): -1254657 or 16767724. OLE color: 16767724.
HSL color Cylindrical-coordinate representation of color #ECDAFF: hue angle of 269.19º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECDAFF is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 236 | 218 | 255 | - |
CMYK | 0.07 | 0.15 | 0 | 0 |
HSL | 269.19º | 1% | 0.93% | - |
HSV(B) | 269.19º | 0.15% | 1% | - |
XYZ | 77.71 | 75.2 | 105.03 | - |
YUV | 227.6 | 143.46 | 133.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 218 | 255 | 0.07 | 0.15 | 0 | 0 | 269.19 | 1 | 0.93 |
Hex | EC | DA | FF | 7 | F | 0 | 0 | 10D | 64 | 5D |
Octal | 354 | 332 | 377 | 7 | 17 | 0 | 0 | 415 | 144 | 135 |
Binary | 11101100 | 11011010 | 11111111 | 111 | 1111 | 0 | 0 | 100001101 | 1100100 | 1011101 |
Color Harmonies of #ECDAFF
Complementary color
Monochromatic Colors of #ECDAFF
Black with #ECDAFF
Text Example
Text Example
White with #ECDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDAFF; }
p { color: rgb(236,218,255); }
H1.HeaderClassName
{
color: #ECDAFF;
}
.AnyTagClassName
{
color: #ECDAFF;
}
</style>
background-color css
<style>
a { background-color: #ECDAFF; }
a { background-color: rgb(236,218,255); }
div.DivClassName
{
background-color: #ECDAFF;
}
.BgClassName
{
background-color: #ECDAFF;
}
</style>
border-color css
<style>
span { border-color: #ECDAFF; }
span { border-color: rgb(236,218,255); }
td.TdClassName
{
border-color: #ECDAFF;
}
.TagClassName
{
border-color: #ECDAFF;
}
</style>