Shades of Blue Chalk #EFD7FF
Tints of Blue Chalk #EFD7FF
RGB
CMYK
RGB Variations
Color information
#EFD7FF (or 0xEFD7FF) is known color: Blue Chalk. HEX triplet: EF, D7 and FF. RGB value is (239,215,255). Sum of RGB (Red+Green+Blue) = 239+215+255=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 215 (84.38% from 255 or 30.32% 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 #EFD7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7FF is #102800. Grayscale: #E2E2E2. Windows color (decimal): -1058817 or 16766959. OLE color: 16766959.
HSL color Cylindrical-coordinate representation of color #EFD7FF: hue angle of 276º 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 #EFD7FF is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 215 | 255 | - |
| CMYK | 0.06 | 0.16 | 0 | 0 |
| HSL | 276º | 1% | 0.92% | - |
| HSV(B) | 276º | 0.16% | 1% | - |
| XYZ | 77.95 | 74.17 | 104.82 | - |
| YUV | 226.74 | 143.95 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 255 | 0.06 | 0.16 | 0 | 0 | 276 | 1 | 0.92 |
| Hex | EF | D7 | FF | 6 | 10 | 0 | 0 | 114 | 64 | 5C |
| Octal | 357 | 327 | 377 | 6 | 20 | 0 | 0 | 424 | 144 | 134 |
| Binary | 11101111 | 11010111 | 11111111 | 110 | 10000 | 0 | 0 | 100010100 | 1100100 | 1011100 |
Color Harmonies of #EFD7FF
Complementary color
Monochromatic Colors of #EFD7FF
Black with #EFD7FF
Text Example
Text Example
White with #EFD7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD7FF; }
p { color: rgb(239,215,255); }
H1.HeaderClassName
{
color: #EFD7FF;
}
.AnyTagClassName
{
color: #EFD7FF;
}
</style>
background-color css
<style>
a { background-color: #EFD7FF; }
a { background-color: rgb(239,215,255); }
div.DivClassName
{
background-color: #EFD7FF;
}
.BgClassName
{
background-color: #EFD7FF;
}
</style>
border-color css
<style>
span { border-color: #EFD7FF; }
span { border-color: rgb(239,215,255); }
td.TdClassName
{
border-color: #EFD7FF;
}
.TagClassName
{
border-color: #EFD7FF;
}
</style>