Shades of Blue Chalk #E3CAF0
Tints of Blue Chalk #E3CAF0
RGB
CMYK
RGB Variations
Color information
#E3CAF0 (or 0xE3CAF0) is known color: Blue Chalk. HEX triplet: E3, CA and F0. RGB value is (227,202,240). Sum of RGB (Red+Green+Blue) = 227+202+240=669 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.93% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 240 - color contains mainly: blue. Hex color #E3CAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CAF0 is #1C350F. Grayscale: #D5D5D5. Windows color (decimal): -1848592 or 15780579. OLE color: 15780579.
HSL color Cylindrical-coordinate representation of color #E3CAF0: hue angle of 279.47º 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 #E3CAF0 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 202 | 240 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.06 |
| HSL | 279.47º | 0.56% | 0.87% | - |
| HSV(B) | 279.47º | 0.16% | 0.94% | - |
| XYZ | 68.53 | 64.86 | 91.35 | - |
| YUV | 213.81 | 142.78 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 202 | 240 | 0.05 | 0.16 | 0 | 0.06 | 279.47 | 0.56 | 0.87 |
| Hex | E3 | CA | F0 | 5 | 10 | 0 | 6 | 117 | 38 | 57 |
| Octal | 343 | 312 | 360 | 5 | 20 | 0 | 6 | 427 | 70 | 127 |
| Binary | 11100011 | 11001010 | 11110000 | 101 | 10000 | 0 | 110 | 100010111 | 111000 | 1010111 |
Color Harmonies of #E3CAF0
Complementary color
Monochromatic Colors of #E3CAF0
Black with #E3CAF0
Text Example
Text Example
White with #E3CAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CAF0; }
p { color: rgb(227,202,240); }
H1.HeaderClassName
{
color: #E3CAF0;
}
.AnyTagClassName
{
color: #E3CAF0;
}
</style>
background-color css
<style>
a { background-color: #E3CAF0; }
a { background-color: rgb(227,202,240); }
div.DivClassName
{
background-color: #E3CAF0;
}
.BgClassName
{
background-color: #E3CAF0;
}
</style>
border-color css
<style>
span { border-color: #E3CAF0; }
span { border-color: rgb(227,202,240); }
td.TdClassName
{
border-color: #E3CAF0;
}
.TagClassName
{
border-color: #E3CAF0;
}
</style>