Shades of Blue Chalk #E6C5F1
Tints of Blue Chalk #E6C5F1
RGB
CMYK
RGB Variations
Color information
#E6C5F1 (or 0xE6C5F1) is known color: Blue Chalk. HEX triplet: E6, C5 and F1. RGB value is (230,197,241). Sum of RGB (Red+Green+Blue) = 230+197+241=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 197 (77.34% from 255 or 29.49% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6C5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C5F1 is #193A0E. Grayscale: #D3D3D3. Windows color (decimal): -1653263 or 15844838. OLE color: 15844838.
HSL color Cylindrical-coordinate representation of color #E6C5F1: hue angle of 285º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6C5F1 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 197 | 241 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.05 |
| HSL | 285º | 0.61% | 0.86% | - |
| HSV(B) | 285º | 0.18% | 0.95% | - |
| XYZ | 68.48 | 63.11 | 91.79 | - |
| YUV | 211.88 | 144.43 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 241 | 0.05 | 0.18 | 0 | 0.05 | 285 | 0.61 | 0.86 |
| Hex | E6 | C5 | F1 | 5 | 12 | 0 | 5 | 11D | 3D | 56 |
| Octal | 346 | 305 | 361 | 5 | 22 | 0 | 5 | 435 | 75 | 126 |
| Binary | 11100110 | 11000101 | 11110001 | 101 | 10010 | 0 | 101 | 100011101 | 111101 | 1010110 |
Color Harmonies of #E6C5F1
Complementary color
Monochromatic Colors of #E6C5F1
Black with #E6C5F1
Text Example
Text Example
White with #E6C5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C5F1; }
p { color: rgb(230,197,241); }
H1.HeaderClassName
{
color: #E6C5F1;
}
.AnyTagClassName
{
color: #E6C5F1;
}
</style>
background-color css
<style>
a { background-color: #E6C5F1; }
a { background-color: rgb(230,197,241); }
div.DivClassName
{
background-color: #E6C5F1;
}
.BgClassName
{
background-color: #E6C5F1;
}
</style>
border-color css
<style>
span { border-color: #E6C5F1; }
span { border-color: rgb(230,197,241); }
td.TdClassName
{
border-color: #E6C5F1;
}
.TagClassName
{
border-color: #E6C5F1;
}
</style>