Shades of Blue Chalk #EFD1FE
Tints of Blue Chalk #EFD1FE
RGB
CMYK
RGB Variations
Color information
#EFD1FE (or 0xEFD1FE) is known color: Blue Chalk. HEX triplet: EF, D1 and FE. RGB value is (239,209,254). Sum of RGB (Red+Green+Blue) = 239+209+254=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 209 (82.03% from 255 or 29.77% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFD1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD1FE is #102E01. Grayscale: #DEDEDE. Windows color (decimal): -1060354 or 16699887. OLE color: 16699887.
HSL color Cylindrical-coordinate representation of color #EFD1FE: hue angle of 280º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFD1FE is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 209 | 254 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.00 |
| HSL | 280º | 0.96% | 0.91% | - |
| HSV(B) | 280º | 0.18% | 1% | - |
| XYZ | 76.29 | 71.11 | 103.47 | - |
| YUV | 223.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 254 | 0.06 | 0.18 | 0 | 0.00 | 280 | 0.96 | 0.91 |
| Hex | EF | D1 | FE | 6 | 12 | 0 | 0 | 118 | 60 | 5B |
| Octal | 357 | 321 | 376 | 6 | 22 | 0 | 0 | 430 | 140 | 133 |
| Binary | 11101111 | 11010001 | 11111110 | 110 | 10010 | 0 | 0 | 100011000 | 1100000 | 1011011 |
Color Harmonies of #EFD1FE
Complementary color
Monochromatic Colors of #EFD1FE
Black with #EFD1FE
Text Example
Text Example
White with #EFD1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD1FE; }
p { color: rgb(239,209,254); }
H1.HeaderClassName
{
color: #EFD1FE;
}
.AnyTagClassName
{
color: #EFD1FE;
}
</style>
background-color css
<style>
a { background-color: #EFD1FE; }
a { background-color: rgb(239,209,254); }
div.DivClassName
{
background-color: #EFD1FE;
}
.BgClassName
{
background-color: #EFD1FE;
}
</style>
border-color css
<style>
span { border-color: #EFD1FE; }
span { border-color: rgb(239,209,254); }
td.TdClassName
{
border-color: #EFD1FE;
}
.TagClassName
{
border-color: #EFD1FE;
}
</style>