Shades of Blue Chalk #E6CAF8
Tints of Blue Chalk #E6CAF8
RGB
CMYK
RGB Variations
Color information
#E6CAF8 (or 0xE6CAF8) is known color: Blue Chalk. HEX triplet: E6, CA and F8. RGB value is (230,202,248). Sum of RGB (Red+Green+Blue) = 230+202+248=680 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.82% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 248 (97.27% from 255 or 36.47% from 680); Max value from RGB is 248 - color contains mainly: blue. Hex color #E6CAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CAF8 is #193507. Grayscale: #D7D7D7. Windows color (decimal): -1651976 or 16304870. OLE color: 16304870.
HSL color Cylindrical-coordinate representation of color #E6CAF8: hue angle of 276.52º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6CAF8 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 202 | 248 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.03 |
| HSL | 276.52º | 0.77% | 0.88% | - |
| HSV(B) | 276.52º | 0.19% | 0.97% | - |
| XYZ | 70.7 | 65.84 | 97.79 | - |
| YUV | 215.62 | 146.28 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 248 | 0.07 | 0.19 | 0 | 0.03 | 276.52 | 0.77 | 0.88 |
| Hex | E6 | CA | F8 | 7 | 13 | 0 | 3 | 115 | 4D | 58 |
| Octal | 346 | 312 | 370 | 7 | 23 | 0 | 3 | 425 | 115 | 130 |
| Binary | 11100110 | 11001010 | 11111000 | 111 | 10011 | 0 | 11 | 100010101 | 1001101 | 1011000 |
Color Harmonies of #E6CAF8
Complementary color
Monochromatic Colors of #E6CAF8
Black with #E6CAF8
Text Example
Text Example
White with #E6CAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CAF8; }
p { color: rgb(230,202,248); }
H1.HeaderClassName
{
color: #E6CAF8;
}
.AnyTagClassName
{
color: #E6CAF8;
}
</style>
background-color css
<style>
a { background-color: #E6CAF8; }
a { background-color: rgb(230,202,248); }
div.DivClassName
{
background-color: #E6CAF8;
}
.BgClassName
{
background-color: #E6CAF8;
}
</style>
border-color css
<style>
span { border-color: #E6CAF8; }
span { border-color: rgb(230,202,248); }
td.TdClassName
{
border-color: #E6CAF8;
}
.TagClassName
{
border-color: #E6CAF8;
}
</style>