Shades of Blue Chalk #EFDAF6
Tints of Blue Chalk #EFDAF6
RGB
CMYK
RGB Variations
Color information
#EFDAF6 (or 0xEFDAF6) is known color: Blue Chalk. HEX triplet: EF, DA and F6. RGB value is (239,218,246). Sum of RGB (Red+Green+Blue) = 239+218+246=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFDAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAF6 is #102509. Grayscale: #E3E3E3. Windows color (decimal): -1058058 or 16177903. OLE color: 16177903.
HSL color Cylindrical-coordinate representation of color #EFDAF6: hue angle of 285º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFDAF6 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 218 | 246 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.04 |
| HSL | 285º | 0.61% | 0.91% | - |
| HSV(B) | 285º | 0.11% | 0.96% | - |
| XYZ | 77.3 | 75.15 | 97.62 | - |
| YUV | 227.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 246 | 0.03 | 0.11 | 0 | 0.04 | 285 | 0.61 | 0.91 |
| Hex | EF | DA | F6 | 3 | B | 0 | 4 | 11D | 3D | 5B |
| Octal | 357 | 332 | 366 | 3 | 13 | 0 | 4 | 435 | 75 | 133 |
| Binary | 11101111 | 11011010 | 11110110 | 11 | 1011 | 0 | 100 | 100011101 | 111101 | 1011011 |
Color Harmonies of #EFDAF6
Complementary color
Monochromatic Colors of #EFDAF6
Black with #EFDAF6
Text Example
Text Example
White with #EFDAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAF6; }
p { color: rgb(239,218,246); }
H1.HeaderClassName
{
color: #EFDAF6;
}
.AnyTagClassName
{
color: #EFDAF6;
}
</style>
background-color css
<style>
a { background-color: #EFDAF6; }
a { background-color: rgb(239,218,246); }
div.DivClassName
{
background-color: #EFDAF6;
}
.BgClassName
{
background-color: #EFDAF6;
}
</style>
border-color css
<style>
span { border-color: #EFDAF6; }
span { border-color: rgb(239,218,246); }
td.TdClassName
{
border-color: #EFDAF6;
}
.TagClassName
{
border-color: #EFDAF6;
}
</style>