Shades of Blue Chalk #EFDAF5
Tints of Blue Chalk #EFDAF5
RGB
CMYK
RGB Variations
Color information
#EFDAF5 (or 0xEFDAF5) is known color: Blue Chalk. HEX triplet: EF, DA and F5. RGB value is (239,218,245). Sum of RGB (Red+Green+Blue) = 239+218+245=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFDAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAF5 is #10250A. Grayscale: #E3E3E3. Windows color (decimal): -1058059 or 16112367. OLE color: 16112367.
HSL color Cylindrical-coordinate representation of color #EFDAF5: hue angle of 286.67º degrees, saturation: 0.57, 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 #EFDAF5 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 218 | 245 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.04 |
| HSL | 286.67º | 0.57% | 0.91% | - |
| HSV(B) | 286.67º | 0.11% | 0.96% | - |
| XYZ | 77.15 | 75.09 | 96.81 | - |
| YUV | 227.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 245 | 0.02 | 0.11 | 0 | 0.04 | 286.67 | 0.57 | 0.91 |
| Hex | EF | DA | F5 | 2 | B | 0 | 4 | 11F | 39 | 5B |
| Octal | 357 | 332 | 365 | 2 | 13 | 0 | 4 | 437 | 71 | 133 |
| Binary | 11101111 | 11011010 | 11110101 | 10 | 1011 | 0 | 100 | 100011111 | 111001 | 1011011 |
Color Harmonies of #EFDAF5
Complementary color
Monochromatic Colors of #EFDAF5
Black with #EFDAF5
Text Example
Text Example
White with #EFDAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAF5; }
p { color: rgb(239,218,245); }
H1.HeaderClassName
{
color: #EFDAF5;
}
.AnyTagClassName
{
color: #EFDAF5;
}
</style>
background-color css
<style>
a { background-color: #EFDAF5; }
a { background-color: rgb(239,218,245); }
div.DivClassName
{
background-color: #EFDAF5;
}
.BgClassName
{
background-color: #EFDAF5;
}
</style>
border-color css
<style>
span { border-color: #EFDAF5; }
span { border-color: rgb(239,218,245); }
td.TdClassName
{
border-color: #EFDAF5;
}
.TagClassName
{
border-color: #EFDAF5;
}
</style>