Shades of Blue Chalk #EFDAFF
Tints of Blue Chalk #EFDAFF
RGB
CMYK
RGB Variations
Color information
#EFDAFF (or 0xEFDAFF) is known color: Blue Chalk. HEX triplet: EF, DA and FF. RGB value is (239,218,255). Sum of RGB (Red+Green+Blue) = 239+218+255=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 218 (85.55% from 255 or 30.62% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFDAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAFF is #102500. Grayscale: #E4E4E4. Windows color (decimal): -1058049 or 16767727. OLE color: 16767727.
HSL color Cylindrical-coordinate representation of color #EFDAFF: hue angle of 274.05º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFDAFF is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 218 | 255 | - |
| CMYK | 0.06 | 0.15 | 0 | 0 |
| HSL | 274.05º | 1% | 0.93% | - |
| HSV(B) | 274.05º | 0.15% | 1% | - |
| XYZ | 78.72 | 75.71 | 105.07 | - |
| YUV | 228.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 255 | 0.06 | 0.15 | 0 | 0 | 274.05 | 1 | 0.93 |
| Hex | EF | DA | FF | 6 | F | 0 | 0 | 112 | 64 | 5D |
| Octal | 357 | 332 | 377 | 6 | 17 | 0 | 0 | 422 | 144 | 135 |
| Binary | 11101111 | 11011010 | 11111111 | 110 | 1111 | 0 | 0 | 100010010 | 1100100 | 1011101 |
Color Harmonies of #EFDAFF
Complementary color
Monochromatic Colors of #EFDAFF
Black with #EFDAFF
Text Example
Text Example
White with #EFDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAFF; }
p { color: rgb(239,218,255); }
H1.HeaderClassName
{
color: #EFDAFF;
}
.AnyTagClassName
{
color: #EFDAFF;
}
</style>
background-color css
<style>
a { background-color: #EFDAFF; }
a { background-color: rgb(239,218,255); }
div.DivClassName
{
background-color: #EFDAFF;
}
.BgClassName
{
background-color: #EFDAFF;
}
</style>
border-color css
<style>
span { border-color: #EFDAFF; }
span { border-color: rgb(239,218,255); }
td.TdClassName
{
border-color: #EFDAFF;
}
.TagClassName
{
border-color: #EFDAFF;
}
</style>