Shades of Blue Chalk #E6CFF1
Tints of Blue Chalk #E6CFF1
RGB
CMYK
RGB Variations
Color information
#E6CFF1 (or 0xE6CFF1) is known color: Blue Chalk. HEX triplet: E6, CF and F1. RGB value is (230,207,241). Sum of RGB (Red+Green+Blue) = 230+207+241=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6CFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CFF1 is #19300E. Grayscale: #D9D9D9. Windows color (decimal): -1650703 or 15847398. OLE color: 15847398.
HSL color Cylindrical-coordinate representation of color #E6CFF1: hue angle of 280.59º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6CFF1 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 207 | 241 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.05 |
| HSL | 280.59º | 0.55% | 0.88% | - |
| HSV(B) | 280.59º | 0.14% | 0.95% | - |
| XYZ | 70.82 | 67.8 | 92.57 | - |
| YUV | 217.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 241 | 0.05 | 0.14 | 0 | 0.05 | 280.59 | 0.55 | 0.88 |
| Hex | E6 | CF | F1 | 5 | E | 0 | 5 | 119 | 37 | 58 |
| Octal | 346 | 317 | 361 | 5 | 16 | 0 | 5 | 431 | 67 | 130 |
| Binary | 11100110 | 11001111 | 11110001 | 101 | 1110 | 0 | 101 | 100011001 | 110111 | 1011000 |
Color Harmonies of #E6CFF1
Complementary color
Monochromatic Colors of #E6CFF1
Black with #E6CFF1
Text Example
Text Example
White with #E6CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFF1; }
p { color: rgb(230,207,241); }
H1.HeaderClassName
{
color: #E6CFF1;
}
.AnyTagClassName
{
color: #E6CFF1;
}
</style>
background-color css
<style>
a { background-color: #E6CFF1; }
a { background-color: rgb(230,207,241); }
div.DivClassName
{
background-color: #E6CFF1;
}
.BgClassName
{
background-color: #E6CFF1;
}
</style>
border-color css
<style>
span { border-color: #E6CFF1; }
span { border-color: rgb(230,207,241); }
td.TdClassName
{
border-color: #E6CFF1;
}
.TagClassName
{
border-color: #E6CFF1;
}
</style>