Shades of Blue Chalk #E4CBF4
Tints of Blue Chalk #E4CBF4
RGB
CMYK
RGB Variations
Color information
#E4CBF4 (or 0xE4CBF4) is known color: Blue Chalk. HEX triplet: E4, CB and F4. RGB value is (228,203,244). Sum of RGB (Red+Green+Blue) = 228+203+244=675 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.78% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 244 (95.70% from 255 or 36.15% from 675); Max value from RGB is 244 - color contains mainly: blue. Hex color #E4CBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CBF4 is #1B340B. Grayscale: #D7D7D7. Windows color (decimal): -1782796 or 16042980. OLE color: 16042980.
HSL color Cylindrical-coordinate representation of color #E4CBF4: hue angle of 276.59º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4CBF4 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 203 | 244 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.04 |
| HSL | 276.59º | 0.65% | 0.88% | - |
| HSV(B) | 276.59º | 0.17% | 0.96% | - |
| XYZ | 69.68 | 65.74 | 94.6 | - |
| YUV | 215.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 203 | 244 | 0.07 | 0.17 | 0 | 0.04 | 276.59 | 0.65 | 0.88 |
| Hex | E4 | CB | F4 | 7 | 11 | 0 | 4 | 115 | 41 | 58 |
| Octal | 344 | 313 | 364 | 7 | 21 | 0 | 4 | 425 | 101 | 130 |
| Binary | 11100100 | 11001011 | 11110100 | 111 | 10001 | 0 | 100 | 100010101 | 1000001 | 1011000 |
Color Harmonies of #E4CBF4
Complementary color
Monochromatic Colors of #E4CBF4
Black with #E4CBF4
Text Example
Text Example
White with #E4CBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CBF4; }
p { color: rgb(228,203,244); }
H1.HeaderClassName
{
color: #E4CBF4;
}
.AnyTagClassName
{
color: #E4CBF4;
}
</style>
background-color css
<style>
a { background-color: #E4CBF4; }
a { background-color: rgb(228,203,244); }
div.DivClassName
{
background-color: #E4CBF4;
}
.BgClassName
{
background-color: #E4CBF4;
}
</style>
border-color css
<style>
span { border-color: #E4CBF4; }
span { border-color: rgb(228,203,244); }
td.TdClassName
{
border-color: #E4CBF4;
}
.TagClassName
{
border-color: #E4CBF4;
}
</style>