Shades of Blue Chalk #EFD5FF
Tints of Blue Chalk #EFD5FF
RGB
CMYK
RGB Variations
Color information
#EFD5FF (or 0xEFD5FF) is known color: Blue Chalk. HEX triplet: EF, D5 and FF. RGB value is (239,213,255). Sum of RGB (Red+Green+Blue) = 239+213+255=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 213 (83.59% from 255 or 30.13% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFD5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD5FF is #102A00. Grayscale: #E1E1E1. Windows color (decimal): -1059329 or 16766447. OLE color: 16766447.
HSL color Cylindrical-coordinate representation of color #EFD5FF: hue angle of 277.14º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFD5FF is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 213 | 255 | - |
| CMYK | 0.06 | 0.16 | 0 | 0 |
| HSL | 277.14º | 1% | 0.92% | - |
| HSV(B) | 277.14º | 0.16% | 1% | - |
| XYZ | 77.44 | 73.16 | 104.65 | - |
| YUV | 225.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 255 | 0.06 | 0.16 | 0 | 0 | 277.14 | 1 | 0.92 |
| Hex | EF | D5 | FF | 6 | 10 | 0 | 0 | 115 | 64 | 5C |
| Octal | 357 | 325 | 377 | 6 | 20 | 0 | 0 | 425 | 144 | 134 |
| Binary | 11101111 | 11010101 | 11111111 | 110 | 10000 | 0 | 0 | 100010101 | 1100100 | 1011100 |
Color Harmonies of #EFD5FF
Complementary color
Monochromatic Colors of #EFD5FF
Black with #EFD5FF
Text Example
Text Example
White with #EFD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD5FF; }
p { color: rgb(239,213,255); }
H1.HeaderClassName
{
color: #EFD5FF;
}
.AnyTagClassName
{
color: #EFD5FF;
}
</style>
background-color css
<style>
a { background-color: #EFD5FF; }
a { background-color: rgb(239,213,255); }
div.DivClassName
{
background-color: #EFD5FF;
}
.BgClassName
{
background-color: #EFD5FF;
}
</style>
border-color css
<style>
span { border-color: #EFD5FF; }
span { border-color: rgb(239,213,255); }
td.TdClassName
{
border-color: #EFD5FF;
}
.TagClassName
{
border-color: #EFD5FF;
}
</style>