Shades of Blue Chalk #EFD9F6
Tints of Blue Chalk #EFD9F6
RGB
CMYK
RGB Variations
Color information
#EFD9F6 (or 0xEFD9F6) is known color: Blue Chalk. HEX triplet: EF, D9 and F6. RGB value is (239,217,246). Sum of RGB (Red+Green+Blue) = 239+217+246=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 217 (85.16% from 255 or 30.91% from 702); Blue value is 246 (96.48% from 255 or 35.04% from 702); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFD9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD9F6 is #102609. Grayscale: #E2E2E2. Windows color (decimal): -1058314 or 16177647. OLE color: 16177647.
HSL color Cylindrical-coordinate representation of color #EFD9F6: hue angle of 285.52º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFD9F6 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 217 | 246 | - |
CMYK | 0.03 | 0.12 | 0 | 0.04 |
HSL | 285.52º | 0.62% | 0.91% | - |
HSV(B) | 285.52º | 0.12% | 0.96% | - |
XYZ | 77.04 | 74.63 | 97.53 | - |
YUV | 226.88 | 138.79 | 136.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 217 | 246 | 0.03 | 0.12 | 0 | 0.04 | 285.52 | 0.62 | 0.91 |
Hex | EF | D9 | F6 | 3 | C | 0 | 4 | 11E | 3E | 5B |
Octal | 357 | 331 | 366 | 3 | 14 | 0 | 4 | 436 | 76 | 133 |
Binary | 11101111 | 11011001 | 11110110 | 11 | 1100 | 0 | 100 | 100011110 | 111110 | 1011011 |
Color Harmonies of #EFD9F6
Complementary color
Monochromatic Colors of #EFD9F6
Black with #EFD9F6
Text Example
Text Example
White with #EFD9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9F6; }
p { color: rgb(239,217,246); }
H1.HeaderClassName
{
color: #EFD9F6;
}
.AnyTagClassName
{
color: #EFD9F6;
}
</style>
background-color css
<style>
a { background-color: #EFD9F6; }
a { background-color: rgb(239,217,246); }
div.DivClassName
{
background-color: #EFD9F6;
}
.BgClassName
{
background-color: #EFD9F6;
}
</style>
border-color css
<style>
span { border-color: #EFD9F6; }
span { border-color: rgb(239,217,246); }
td.TdClassName
{
border-color: #EFD9F6;
}
.TagClassName
{
border-color: #EFD9F6;
}
</style>