Shades of Blue Chalk #EFD2F6
Tints of Blue Chalk #EFD2F6
RGB
CMYK
RGB Variations
Color information
#EFD2F6 (or 0xEFD2F6) is known color: Blue Chalk. HEX triplet: EF, D2 and F6. RGB value is (239,210,246). Sum of RGB (Red+Green+Blue) = 239+210+246=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 210 (82.42% from 255 or 30.22% from 695); Blue value is 246 (96.48% from 255 or 35.40% from 695); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFD2F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD2F6 is #102D09. Grayscale: #DEDEDE. Windows color (decimal): -1060106 or 16175855. OLE color: 16175855.
HSL color Cylindrical-coordinate representation of color #EFD2F6: hue angle of 288.33º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFD2F6 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 210 | 246 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.04 |
| HSL | 288.33º | 0.67% | 0.89% | - |
| HSV(B) | 288.33º | 0.15% | 0.96% | - |
| XYZ | 75.28 | 71.1 | 96.94 | - |
| YUV | 222.78 | 141.11 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 246 | 0.03 | 0.15 | 0 | 0.04 | 288.33 | 0.67 | 0.89 |
| Hex | EF | D2 | F6 | 3 | F | 0 | 4 | 120 | 43 | 59 |
| Octal | 357 | 322 | 366 | 3 | 17 | 0 | 4 | 440 | 103 | 131 |
| Binary | 11101111 | 11010010 | 11110110 | 11 | 1111 | 0 | 100 | 100100000 | 1000011 | 1011001 |
Color Harmonies of #EFD2F6
Complementary color
Monochromatic Colors of #EFD2F6
Black with #EFD2F6
Text Example
Text Example
White with #EFD2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2F6; }
p { color: rgb(239,210,246); }
H1.HeaderClassName
{
color: #EFD2F6;
}
.AnyTagClassName
{
color: #EFD2F6;
}
</style>
background-color css
<style>
a { background-color: #EFD2F6; }
a { background-color: rgb(239,210,246); }
div.DivClassName
{
background-color: #EFD2F6;
}
.BgClassName
{
background-color: #EFD2F6;
}
</style>
border-color css
<style>
span { border-color: #EFD2F6; }
span { border-color: rgb(239,210,246); }
td.TdClassName
{
border-color: #EFD2F6;
}
.TagClassName
{
border-color: #EFD2F6;
}
</style>