Shades of Blue Chalk #E4CAF2
Tints of Blue Chalk #E4CAF2
RGB
CMYK
RGB Variations
Color information
#E4CAF2 (or 0xE4CAF2) is known color: Blue Chalk. HEX triplet: E4, CA and F2. RGB value is (228,202,242). Sum of RGB (Red+Green+Blue) = 228+202+242=672 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.93% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #E4CAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CAF2 is #1B350D. Grayscale: #D6D6D6. Windows color (decimal): -1783054 or 15911652. OLE color: 15911652.
HSL color Cylindrical-coordinate representation of color #E4CAF2: hue angle of 279º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4CAF2 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 202 | 242 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.05 |
| HSL | 279º | 0.61% | 0.87% | - |
| HSV(B) | 279º | 0.17% | 0.95% | - |
| XYZ | 69.14 | 65.15 | 92.93 | - |
| YUV | 214.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 202 | 242 | 0.06 | 0.17 | 0 | 0.05 | 279 | 0.61 | 0.87 |
| Hex | E4 | CA | F2 | 6 | 11 | 0 | 5 | 117 | 3D | 57 |
| Octal | 344 | 312 | 362 | 6 | 21 | 0 | 5 | 427 | 75 | 127 |
| Binary | 11100100 | 11001010 | 11110010 | 110 | 10001 | 0 | 101 | 100010111 | 111101 | 1010111 |
Color Harmonies of #E4CAF2
Complementary color
Monochromatic Colors of #E4CAF2
Black with #E4CAF2
Text Example
Text Example
White with #E4CAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CAF2; }
p { color: rgb(228,202,242); }
H1.HeaderClassName
{
color: #E4CAF2;
}
.AnyTagClassName
{
color: #E4CAF2;
}
</style>
background-color css
<style>
a { background-color: #E4CAF2; }
a { background-color: rgb(228,202,242); }
div.DivClassName
{
background-color: #E4CAF2;
}
.BgClassName
{
background-color: #E4CAF2;
}
</style>
border-color css
<style>
span { border-color: #E4CAF2; }
span { border-color: rgb(228,202,242); }
td.TdClassName
{
border-color: #E4CAF2;
}
.TagClassName
{
border-color: #E4CAF2;
}
</style>