Shades of Blue Chalk #E7CAF5
Tints of Blue Chalk #E7CAF5
RGB
CMYK
RGB Variations
Color information
#E7CAF5 (or 0xE7CAF5) is known color: Blue Chalk. HEX triplet: E7, CA and F5. RGB value is (231,202,245). Sum of RGB (Red+Green+Blue) = 231+202+245=678 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.07% from 678); Green value is 202 (79.30% from 255 or 29.79% from 678); Blue value is 245 (96.09% from 255 or 36.14% from 678); Max value from RGB is 245 - color contains mainly: blue. Hex color #E7CAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CAF5 is #18350A. Grayscale: #D7D7D7. Windows color (decimal): -1586443 or 16108263. OLE color: 16108263.
HSL color Cylindrical-coordinate representation of color #E7CAF5: hue angle of 280.47º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7CAF5 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 202 | 245 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.04 |
| HSL | 280.47º | 0.68% | 0.88% | - |
| HSV(B) | 280.47º | 0.18% | 0.96% | - |
| XYZ | 70.56 | 65.82 | 95.37 | - |
| YUV | 215.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 245 | 0.06 | 0.18 | 0 | 0.04 | 280.47 | 0.68 | 0.88 |
| Hex | E7 | CA | F5 | 6 | 12 | 0 | 4 | 118 | 44 | 58 |
| Octal | 347 | 312 | 365 | 6 | 22 | 0 | 4 | 430 | 104 | 130 |
| Binary | 11100111 | 11001010 | 11110101 | 110 | 10010 | 0 | 100 | 100011000 | 1000100 | 1011000 |
Color Harmonies of #E7CAF5
Complementary color
Monochromatic Colors of #E7CAF5
Black with #E7CAF5
Text Example
Text Example
White with #E7CAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CAF5; }
p { color: rgb(231,202,245); }
H1.HeaderClassName
{
color: #E7CAF5;
}
.AnyTagClassName
{
color: #E7CAF5;
}
</style>
background-color css
<style>
a { background-color: #E7CAF5; }
a { background-color: rgb(231,202,245); }
div.DivClassName
{
background-color: #E7CAF5;
}
.BgClassName
{
background-color: #E7CAF5;
}
</style>
border-color css
<style>
span { border-color: #E7CAF5; }
span { border-color: rgb(231,202,245); }
td.TdClassName
{
border-color: #E7CAF5;
}
.TagClassName
{
border-color: #E7CAF5;
}
</style>