Shades of Blue Chalk #EFD2FF
Tints of Blue Chalk #EFD2FF
RGB
CMYK
RGB Variations
Color information
#EFD2FF (or 0xEFD2FF) is known color: Blue Chalk. HEX triplet: EF, D2 and FF. RGB value is (239,210,255). Sum of RGB (Red+Green+Blue) = 239+210+255=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 210 (82.42% from 255 or 29.83% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFD2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD2FF is #102D00. Grayscale: #DFDFDF. Windows color (decimal): -1060097 or 16765679. OLE color: 16765679.
HSL color Cylindrical-coordinate representation of color #EFD2FF: hue angle of 278.67º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFD2FF is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 210 | 255 | - |
| CMYK | 0.06 | 0.18 | 0 | 0 |
| HSL | 278.67º | 1% | 0.91% | - |
| HSV(B) | 278.67º | 0.18% | 1% | - |
| XYZ | 76.69 | 71.66 | 104.4 | - |
| YUV | 223.8 | 145.61 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 255 | 0.06 | 0.18 | 0 | 0 | 278.67 | 1 | 0.91 |
| Hex | EF | D2 | FF | 6 | 12 | 0 | 0 | 117 | 64 | 5B |
| Octal | 357 | 322 | 377 | 6 | 22 | 0 | 0 | 427 | 144 | 133 |
| Binary | 11101111 | 11010010 | 11111111 | 110 | 10010 | 0 | 0 | 100010111 | 1100100 | 1011011 |
Color Harmonies of #EFD2FF
Complementary color
Monochromatic Colors of #EFD2FF
Black with #EFD2FF
Text Example
Text Example
White with #EFD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2FF; }
p { color: rgb(239,210,255); }
H1.HeaderClassName
{
color: #EFD2FF;
}
.AnyTagClassName
{
color: #EFD2FF;
}
</style>
background-color css
<style>
a { background-color: #EFD2FF; }
a { background-color: rgb(239,210,255); }
div.DivClassName
{
background-color: #EFD2FF;
}
.BgClassName
{
background-color: #EFD2FF;
}
</style>
border-color css
<style>
span { border-color: #EFD2FF; }
span { border-color: rgb(239,210,255); }
td.TdClassName
{
border-color: #EFD2FF;
}
.TagClassName
{
border-color: #EFD2FF;
}
</style>