Shades of Blue Chalk #E7CAF0
Tints of Blue Chalk #E7CAF0
RGB
CMYK
RGB Variations
Color information
#E7CAF0 (or 0xE7CAF0) is known color: Blue Chalk. HEX triplet: E7, CA and F0. RGB value is (231,202,240). Sum of RGB (Red+Green+Blue) = 231+202+240=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 240 - color contains mainly: blue. Hex color #E7CAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CAF0 is #18350F. Grayscale: #D6D6D6. Windows color (decimal): -1586448 or 15780583. OLE color: 15780583.
HSL color Cylindrical-coordinate representation of color #E7CAF0: hue angle of 285.79º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7CAF0 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 202 | 240 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.06 |
| HSL | 285.79º | 0.56% | 0.87% | - |
| HSV(B) | 285.79º | 0.16% | 0.94% | - |
| XYZ | 69.8 | 65.52 | 91.41 | - |
| YUV | 215 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 240 | 0.04 | 0.16 | 0 | 0.06 | 285.79 | 0.56 | 0.87 |
| Hex | E7 | CA | F0 | 4 | 10 | 0 | 6 | 11E | 38 | 57 |
| Octal | 347 | 312 | 360 | 4 | 20 | 0 | 6 | 436 | 70 | 127 |
| Binary | 11100111 | 11001010 | 11110000 | 100 | 10000 | 0 | 110 | 100011110 | 111000 | 1010111 |
Color Harmonies of #E7CAF0
Complementary color
Monochromatic Colors of #E7CAF0
Black with #E7CAF0
Text Example
Text Example
White with #E7CAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CAF0; }
p { color: rgb(231,202,240); }
H1.HeaderClassName
{
color: #E7CAF0;
}
.AnyTagClassName
{
color: #E7CAF0;
}
</style>
background-color css
<style>
a { background-color: #E7CAF0; }
a { background-color: rgb(231,202,240); }
div.DivClassName
{
background-color: #E7CAF0;
}
.BgClassName
{
background-color: #E7CAF0;
}
</style>
border-color css
<style>
span { border-color: #E7CAF0; }
span { border-color: rgb(231,202,240); }
td.TdClassName
{
border-color: #E7CAF0;
}
.TagClassName
{
border-color: #E7CAF0;
}
</style>