Shades of Blue Chalk #EFD1FF
Tints of Blue Chalk #EFD1FF
RGB
CMYK
RGB Variations
Color information
#EFD1FF (or 0xEFD1FF) is known color: Blue Chalk. HEX triplet: EF, D1 and FF. RGB value is (239,209,255). Sum of RGB (Red+Green+Blue) = 239+209+255=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 209 (82.03% from 255 or 29.73% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFD1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD1FF is #102E00. Grayscale: #DFDFDF. Windows color (decimal): -1060353 or 16765423. OLE color: 16765423.
HSL color Cylindrical-coordinate representation of color #EFD1FF: hue angle of 279.13º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFD1FF is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 209 | 255 | - |
| CMYK | 0.06 | 0.18 | 0 | 0 |
| HSL | 279.13º | 1% | 0.91% | - |
| HSV(B) | 279.13º | 0.18% | 1% | - |
| XYZ | 76.45 | 71.17 | 104.32 | - |
| YUV | 223.21 | 145.94 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 255 | 0.06 | 0.18 | 0 | 0 | 279.13 | 1 | 0.91 |
| Hex | EF | D1 | FF | 6 | 12 | 0 | 0 | 117 | 64 | 5B |
| Octal | 357 | 321 | 377 | 6 | 22 | 0 | 0 | 427 | 144 | 133 |
| Binary | 11101111 | 11010001 | 11111111 | 110 | 10010 | 0 | 0 | 100010111 | 1100100 | 1011011 |
Color Harmonies of #EFD1FF
Complementary color
Monochromatic Colors of #EFD1FF
Black with #EFD1FF
Text Example
Text Example
White with #EFD1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD1FF; }
p { color: rgb(239,209,255); }
H1.HeaderClassName
{
color: #EFD1FF;
}
.AnyTagClassName
{
color: #EFD1FF;
}
</style>
background-color css
<style>
a { background-color: #EFD1FF; }
a { background-color: rgb(239,209,255); }
div.DivClassName
{
background-color: #EFD1FF;
}
.BgClassName
{
background-color: #EFD1FF;
}
</style>
border-color css
<style>
span { border-color: #EFD1FF; }
span { border-color: rgb(239,209,255); }
td.TdClassName
{
border-color: #EFD1FF;
}
.TagClassName
{
border-color: #EFD1FF;
}
</style>