Shades of Blue Chalk #EFD7FD
Tints of Blue Chalk #EFD7FD
RGB
CMYK
RGB Variations
Color information
#EFD7FD (or 0xEFD7FD) is known color: Blue Chalk. HEX triplet: EF, D7 and FD. RGB value is (239,215,253). Sum of RGB (Red+Green+Blue) = 239+215+253=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 215 (84.38% from 255 or 30.41% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFD7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7FD is #102802. Grayscale: #E2E2E2. Windows color (decimal): -1058819 or 16635887. OLE color: 16635887.
HSL color Cylindrical-coordinate representation of color #EFD7FD: hue angle of 277.89º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFD7FD is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 215 | 253 | - |
CMYK | 0.06 | 0.15 | 0 | 0.01 |
HSL | 277.89º | 0.9% | 0.92% | - |
HSV(B) | 277.89º | 0.15% | 0.99% | - |
XYZ | 77.63 | 74.04 | 103.13 | - |
YUV | 226.51 | 142.95 | 136.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 215 | 253 | 0.06 | 0.15 | 0 | 0.01 | 277.89 | 0.9 | 0.92 |
Hex | EF | D7 | FD | 6 | F | 0 | 1 | 116 | 5A | 5C |
Octal | 357 | 327 | 375 | 6 | 17 | 0 | 1 | 426 | 132 | 134 |
Binary | 11101111 | 11010111 | 11111101 | 110 | 1111 | 0 | 1 | 100010110 | 1011010 | 1011100 |
Color Harmonies of #EFD7FD
Complementary color
Monochromatic Colors of #EFD7FD
Black with #EFD7FD
Text Example
Text Example
White with #EFD7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD7FD; }
p { color: rgb(239,215,253); }
H1.HeaderClassName
{
color: #EFD7FD;
}
.AnyTagClassName
{
color: #EFD7FD;
}
</style>
background-color css
<style>
a { background-color: #EFD7FD; }
a { background-color: rgb(239,215,253); }
div.DivClassName
{
background-color: #EFD7FD;
}
.BgClassName
{
background-color: #EFD7FD;
}
</style>
border-color css
<style>
span { border-color: #EFD7FD; }
span { border-color: rgb(239,215,253); }
td.TdClassName
{
border-color: #EFD7FD;
}
.TagClassName
{
border-color: #EFD7FD;
}
</style>