Shades of Blue Chalk #E6CFF6
Tints of Blue Chalk #E6CFF6
RGB
CMYK
RGB Variations
Color information
#E6CFF6 (or 0xE6CFF6) is known color: Blue Chalk. HEX triplet: E6, CF and F6. RGB value is (230,207,246). Sum of RGB (Red+Green+Blue) = 230+207+246=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 207 (81.25% from 255 or 30.31% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 246 - color contains mainly: blue. Hex color #E6CFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CFF6 is #193009. Grayscale: #DADADA. Windows color (decimal): -1650698 or 16175078. OLE color: 16175078.
HSL color Cylindrical-coordinate representation of color #E6CFF6: hue angle of 275.38º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E6CFF6 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 207 | 246 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.04 |
| HSL | 275.38º | 0.68% | 0.89% | - |
| HSV(B) | 275.38º | 0.16% | 0.96% | - |
| XYZ | 71.58 | 68.1 | 96.56 | - |
| YUV | 218.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 246 | 0.07 | 0.16 | 0 | 0.04 | 275.38 | 0.68 | 0.89 |
| Hex | E6 | CF | F6 | 7 | 10 | 0 | 4 | 113 | 44 | 59 |
| Octal | 346 | 317 | 366 | 7 | 20 | 0 | 4 | 423 | 104 | 131 |
| Binary | 11100110 | 11001111 | 11110110 | 111 | 10000 | 0 | 100 | 100010011 | 1000100 | 1011001 |
Color Harmonies of #E6CFF6
Complementary color
Monochromatic Colors of #E6CFF6
Black with #E6CFF6
Text Example
Text Example
White with #E6CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFF6; }
p { color: rgb(230,207,246); }
H1.HeaderClassName
{
color: #E6CFF6;
}
.AnyTagClassName
{
color: #E6CFF6;
}
</style>
background-color css
<style>
a { background-color: #E6CFF6; }
a { background-color: rgb(230,207,246); }
div.DivClassName
{
background-color: #E6CFF6;
}
.BgClassName
{
background-color: #E6CFF6;
}
</style>
border-color css
<style>
span { border-color: #E6CFF6; }
span { border-color: rgb(230,207,246); }
td.TdClassName
{
border-color: #E6CFF6;
}
.TagClassName
{
border-color: #E6CFF6;
}
</style>