Shades of Blue Chalk #E6C7F0
Tints of Blue Chalk #E6C7F0
RGB
CMYK
RGB Variations
Color information
#E6C7F0 (or 0xE6C7F0) is known color: Blue Chalk. HEX triplet: E6, C7 and F0. RGB value is (230,199,240). Sum of RGB (Red+Green+Blue) = 230+199+240=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 199 (78.12% from 255 or 29.75% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 240 - color contains mainly: blue. Hex color #E6C7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C7F0 is #19380F. Grayscale: #D4D4D4. Windows color (decimal): -1652752 or 15779814. OLE color: 15779814.
HSL color Cylindrical-coordinate representation of color #E6C7F0: hue angle of 285.37º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6C7F0 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 199 | 240 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.06 |
| HSL | 285.37º | 0.58% | 0.86% | - |
| HSV(B) | 285.37º | 0.17% | 0.94% | - |
| XYZ | 68.78 | 63.96 | 91.16 | - |
| YUV | 212.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 199 | 240 | 0.04 | 0.17 | 0 | 0.06 | 285.37 | 0.58 | 0.86 |
| Hex | E6 | C7 | F0 | 4 | 11 | 0 | 6 | 11D | 3A | 56 |
| Octal | 346 | 307 | 360 | 4 | 21 | 0 | 6 | 435 | 72 | 126 |
| Binary | 11100110 | 11000111 | 11110000 | 100 | 10001 | 0 | 110 | 100011101 | 111010 | 1010110 |
Color Harmonies of #E6C7F0
Complementary color
Monochromatic Colors of #E6C7F0
Black with #E6C7F0
Text Example
Text Example
White with #E6C7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C7F0; }
p { color: rgb(230,199,240); }
H1.HeaderClassName
{
color: #E6C7F0;
}
.AnyTagClassName
{
color: #E6C7F0;
}
</style>
background-color css
<style>
a { background-color: #E6C7F0; }
a { background-color: rgb(230,199,240); }
div.DivClassName
{
background-color: #E6C7F0;
}
.BgClassName
{
background-color: #E6C7F0;
}
</style>
border-color css
<style>
span { border-color: #E6C7F0; }
span { border-color: rgb(230,199,240); }
td.TdClassName
{
border-color: #E6C7F0;
}
.TagClassName
{
border-color: #E6C7F0;
}
</style>