Shades of Blue Chalk #E3CBF4
Tints of Blue Chalk #E3CBF4
RGB
CMYK
RGB Variations
Color information
#E3CBF4 (or 0xE3CBF4) is known color: Blue Chalk. HEX triplet: E3, CB and F4. RGB value is (227,203,244). Sum of RGB (Red+Green+Blue) = 227+203+244=674 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.68% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 244 (95.70% from 255 or 36.20% from 674); Max value from RGB is 244 - color contains mainly: blue. Hex color #E3CBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CBF4 is #1C340B. Grayscale: #D6D6D6. Windows color (decimal): -1848332 or 16042979. OLE color: 16042979.
HSL color Cylindrical-coordinate representation of color #E3CBF4: hue angle of 275.12º 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 #E3CBF4 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 203 | 244 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.04 |
| HSL | 275.12º | 0.65% | 0.88% | - |
| HSV(B) | 275.12º | 0.17% | 0.96% | - |
| XYZ | 69.36 | 65.57 | 94.59 | - |
| YUV | 214.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 244 | 0.07 | 0.17 | 0 | 0.04 | 275.12 | 0.65 | 0.88 |
| Hex | E3 | CB | F4 | 7 | 11 | 0 | 4 | 113 | 41 | 58 |
| Octal | 343 | 313 | 364 | 7 | 21 | 0 | 4 | 423 | 101 | 130 |
| Binary | 11100011 | 11001011 | 11110100 | 111 | 10001 | 0 | 100 | 100010011 | 1000001 | 1011000 |
Color Harmonies of #E3CBF4
Complementary color
Monochromatic Colors of #E3CBF4
Black with #E3CBF4
Text Example
Text Example
White with #E3CBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBF4; }
p { color: rgb(227,203,244); }
H1.HeaderClassName
{
color: #E3CBF4;
}
.AnyTagClassName
{
color: #E3CBF4;
}
</style>
background-color css
<style>
a { background-color: #E3CBF4; }
a { background-color: rgb(227,203,244); }
div.DivClassName
{
background-color: #E3CBF4;
}
.BgClassName
{
background-color: #E3CBF4;
}
</style>
border-color css
<style>
span { border-color: #E3CBF4; }
span { border-color: rgb(227,203,244); }
td.TdClassName
{
border-color: #E3CBF4;
}
.TagClassName
{
border-color: #E3CBF4;
}
</style>