Shades of Blue Chalk #E9CAF2
Tints of Blue Chalk #E9CAF2
RGB
CMYK
RGB Variations
Color information
#E9CAF2 (or 0xE9CAF2) is known color: Blue Chalk. HEX triplet: E9, CA and F2. RGB value is (233,202,242). Sum of RGB (Red+Green+Blue) = 233+202+242=677 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.42% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9CAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CAF2 is #16350D. Grayscale: #D7D7D7. Windows color (decimal): -1455374 or 15911657. OLE color: 15911657.
HSL color Cylindrical-coordinate representation of color #E9CAF2: hue angle of 286.5º 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 #E9CAF2 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 202 | 242 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.05 |
| HSL | 286.5º | 0.61% | 0.87% | - |
| HSV(B) | 286.5º | 0.17% | 0.95% | - |
| XYZ | 70.75 | 65.98 | 93.01 | - |
| YUV | 215.83 | 142.77 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 202 | 242 | 0.04 | 0.17 | 0 | 0.05 | 286.5 | 0.61 | 0.87 |
| Hex | E9 | CA | F2 | 4 | 11 | 0 | 5 | 11E | 3D | 57 |
| Octal | 351 | 312 | 362 | 4 | 21 | 0 | 5 | 436 | 75 | 127 |
| Binary | 11101001 | 11001010 | 11110010 | 100 | 10001 | 0 | 101 | 100011110 | 111101 | 1010111 |
Color Harmonies of #E9CAF2
Complementary color
Monochromatic Colors of #E9CAF2
Black with #E9CAF2
Text Example
Text Example
White with #E9CAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CAF2; }
p { color: rgb(233,202,242); }
H1.HeaderClassName
{
color: #E9CAF2;
}
.AnyTagClassName
{
color: #E9CAF2;
}
</style>
background-color css
<style>
a { background-color: #E9CAF2; }
a { background-color: rgb(233,202,242); }
div.DivClassName
{
background-color: #E9CAF2;
}
.BgClassName
{
background-color: #E9CAF2;
}
</style>
border-color css
<style>
span { border-color: #E9CAF2; }
span { border-color: rgb(233,202,242); }
td.TdClassName
{
border-color: #E9CAF2;
}
.TagClassName
{
border-color: #E9CAF2;
}
</style>