Shades of Blue Chalk #EFDAFE
Tints of Blue Chalk #EFDAFE
RGB
CMYK
RGB Variations
Color information
#EFDAFE (or 0xEFDAFE) is known color: Blue Chalk. HEX triplet: EF, DA and FE. RGB value is (239,218,254). Sum of RGB (Red+Green+Blue) = 239+218+254=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 218 (85.55% from 255 or 30.66% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFDAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAFE is #102501. Grayscale: #E4E4E4. Windows color (decimal): -1058050 or 16702191. OLE color: 16702191.
HSL color Cylindrical-coordinate representation of color #EFDAFE: hue angle of 275º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFDAFE is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 218 | 254 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.00 |
| HSL | 275º | 0.95% | 0.93% | - |
| HSV(B) | 275º | 0.14% | 1% | - |
| XYZ | 78.56 | 75.65 | 104.23 | - |
| YUV | 228.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 254 | 0.06 | 0.14 | 0 | 0.00 | 275 | 0.95 | 0.93 |
| Hex | EF | DA | FE | 6 | E | 0 | 0 | 113 | 5F | 5D |
| Octal | 357 | 332 | 376 | 6 | 16 | 0 | 0 | 423 | 137 | 135 |
| Binary | 11101111 | 11011010 | 11111110 | 110 | 1110 | 0 | 0 | 100010011 | 1011111 | 1011101 |
Color Harmonies of #EFDAFE
Complementary color
Monochromatic Colors of #EFDAFE
Black with #EFDAFE
Text Example
Text Example
White with #EFDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAFE; }
p { color: rgb(239,218,254); }
H1.HeaderClassName
{
color: #EFDAFE;
}
.AnyTagClassName
{
color: #EFDAFE;
}
</style>
background-color css
<style>
a { background-color: #EFDAFE; }
a { background-color: rgb(239,218,254); }
div.DivClassName
{
background-color: #EFDAFE;
}
.BgClassName
{
background-color: #EFDAFE;
}
</style>
border-color css
<style>
span { border-color: #EFDAFE; }
span { border-color: rgb(239,218,254); }
td.TdClassName
{
border-color: #EFDAFE;
}
.TagClassName
{
border-color: #EFDAFE;
}
</style>