Shades of Blue Chalk #E6CFED
Tints of Blue Chalk #E6CFED
RGB
CMYK
RGB Variations
Color information
#E6CFED (or 0xE6CFED) is known color: Blue Chalk. HEX triplet: E6, CF and ED. RGB value is (230,207,237). Sum of RGB (Red+Green+Blue) = 230+207+237=674 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.12% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6CFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CFED is #193012. Grayscale: #D9D9D9. Windows color (decimal): -1650707 or 15585254. OLE color: 15585254.
HSL color Cylindrical-coordinate representation of color #E6CFED: hue angle of 286º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6CFED is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 207 | 237 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.07 |
| HSL | 286º | 0.45% | 0.87% | - |
| HSV(B) | 286º | 0.13% | 0.93% | - |
| XYZ | 70.23 | 67.56 | 89.46 | - |
| YUV | 217.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 237 | 0.03 | 0.13 | 0 | 0.07 | 286 | 0.45 | 0.87 |
| Hex | E6 | CF | ED | 3 | D | 0 | 7 | 11E | 2D | 57 |
| Octal | 346 | 317 | 355 | 3 | 15 | 0 | 7 | 436 | 55 | 127 |
| Binary | 11100110 | 11001111 | 11101101 | 11 | 1101 | 0 | 111 | 100011110 | 101101 | 1010111 |
Color Harmonies of #E6CFED
Complementary color
Monochromatic Colors of #E6CFED
Black with #E6CFED
Text Example
Text Example
White with #E6CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFED; }
p { color: rgb(230,207,237); }
H1.HeaderClassName
{
color: #E6CFED;
}
.AnyTagClassName
{
color: #E6CFED;
}
</style>
background-color css
<style>
a { background-color: #E6CFED; }
a { background-color: rgb(230,207,237); }
div.DivClassName
{
background-color: #E6CFED;
}
.BgClassName
{
background-color: #E6CFED;
}
</style>
border-color css
<style>
span { border-color: #E6CFED; }
span { border-color: rgb(230,207,237); }
td.TdClassName
{
border-color: #E6CFED;
}
.TagClassName
{
border-color: #E6CFED;
}
</style>