Shades of Blue Chalk #EDCAFF
Tints of Blue Chalk #EDCAFF
RGB
CMYK
RGB Variations
Color information
#EDCAFF (or 0xEDCAFF) is known color: Blue Chalk. HEX triplet: ED, CA and FF. RGB value is (237,202,255). Sum of RGB (Red+Green+Blue) = 237+202+255=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 202 (79.30% from 255 or 29.11% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDCAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCAFF is #123500. Grayscale: #DADADA. Windows color (decimal): -1193217 or 16763629. OLE color: 16763629.
HSL color Cylindrical-coordinate representation of color #EDCAFF: hue angle of 279.62º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDCAFF is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 202 | 255 | - |
| CMYK | 0.07 | 0.21 | 0 | 0 |
| HSL | 279.62º | 1% | 0.9% | - |
| HSV(B) | 279.62º | 0.21% | 1% | - |
| XYZ | 74.1 | 67.47 | 103.72 | - |
| YUV | 218.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 202 | 255 | 0.07 | 0.21 | 0 | 0 | 279.62 | 1 | 0.9 |
| Hex | ED | CA | FF | 7 | 15 | 0 | 0 | 118 | 64 | 5A |
| Octal | 355 | 312 | 377 | 7 | 25 | 0 | 0 | 430 | 144 | 132 |
| Binary | 11101101 | 11001010 | 11111111 | 111 | 10101 | 0 | 0 | 100011000 | 1100100 | 1011010 |
Color Harmonies of #EDCAFF
Complementary color
Monochromatic Colors of #EDCAFF
Black with #EDCAFF
Text Example
Text Example
White with #EDCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCAFF; }
p { color: rgb(237,202,255); }
H1.HeaderClassName
{
color: #EDCAFF;
}
.AnyTagClassName
{
color: #EDCAFF;
}
</style>
background-color css
<style>
a { background-color: #EDCAFF; }
a { background-color: rgb(237,202,255); }
div.DivClassName
{
background-color: #EDCAFF;
}
.BgClassName
{
background-color: #EDCAFF;
}
</style>
border-color css
<style>
span { border-color: #EDCAFF; }
span { border-color: rgb(237,202,255); }
td.TdClassName
{
border-color: #EDCAFF;
}
.TagClassName
{
border-color: #EDCAFF;
}
</style>