Shades of Blue Chalk #E6C5F0
Tints of Blue Chalk #E6C5F0
RGB
CMYK
RGB Variations
Color information
#E6C5F0 (or 0xE6C5F0) is known color: Blue Chalk. HEX triplet: E6, C5 and F0. RGB value is (230,197,240). Sum of RGB (Red+Green+Blue) = 230+197+240=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 197 (77.34% from 255 or 29.54% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #E6C5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C5F0 is #193A0F. Grayscale: #D3D3D3. Windows color (decimal): -1653264 or 15779302. OLE color: 15779302.
HSL color Cylindrical-coordinate representation of color #E6C5F0: hue angle of 286.05º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6C5F0 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 197 | 240 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.06 |
| HSL | 286.05º | 0.59% | 0.86% | - |
| HSV(B) | 286.05º | 0.18% | 0.94% | - |
| XYZ | 68.33 | 63.05 | 91.01 | - |
| YUV | 211.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 240 | 0.04 | 0.18 | 0 | 0.06 | 286.05 | 0.59 | 0.86 |
| Hex | E6 | C5 | F0 | 4 | 12 | 0 | 6 | 11E | 3B | 56 |
| Octal | 346 | 305 | 360 | 4 | 22 | 0 | 6 | 436 | 73 | 126 |
| Binary | 11100110 | 11000101 | 11110000 | 100 | 10010 | 0 | 110 | 100011110 | 111011 | 1010110 |
Color Harmonies of #E6C5F0
Complementary color
Monochromatic Colors of #E6C5F0
Black with #E6C5F0
Text Example
Text Example
White with #E6C5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C5F0; }
p { color: rgb(230,197,240); }
H1.HeaderClassName
{
color: #E6C5F0;
}
.AnyTagClassName
{
color: #E6C5F0;
}
</style>
background-color css
<style>
a { background-color: #E6C5F0; }
a { background-color: rgb(230,197,240); }
div.DivClassName
{
background-color: #E6C5F0;
}
.BgClassName
{
background-color: #E6C5F0;
}
</style>
border-color css
<style>
span { border-color: #E6C5F0; }
span { border-color: rgb(230,197,240); }
td.TdClassName
{
border-color: #E6C5F0;
}
.TagClassName
{
border-color: #E6C5F0;
}
</style>