Shades of Blue Chalk #E3CBF2
Tints of Blue Chalk #E3CBF2
RGB
CMYK
RGB Variations
Color information
#E3CBF2 (or 0xE3CBF2) is known color: Blue Chalk. HEX triplet: E3, CB and F2. RGB value is (227,203,242). Sum of RGB (Red+Green+Blue) = 227+203+242=672 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.78% from 672); Green value is 203 (79.69% from 255 or 30.21% 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 #E3CBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CBF2 is #1C340D. Grayscale: #D6D6D6. Windows color (decimal): -1848334 or 15911907. OLE color: 15911907.
HSL color Cylindrical-coordinate representation of color #E3CBF2: hue angle of 276.92º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E3CBF2 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 203 | 242 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.05 |
| HSL | 276.92º | 0.6% | 0.87% | - |
| HSV(B) | 276.92º | 0.16% | 0.95% | - |
| XYZ | 69.06 | 65.45 | 93 | - |
| YUV | 214.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 242 | 0.06 | 0.16 | 0 | 0.05 | 276.92 | 0.6 | 0.87 |
| Hex | E3 | CB | F2 | 6 | 10 | 0 | 5 | 115 | 3C | 57 |
| Octal | 343 | 313 | 362 | 6 | 20 | 0 | 5 | 425 | 74 | 127 |
| Binary | 11100011 | 11001011 | 11110010 | 110 | 10000 | 0 | 101 | 100010101 | 111100 | 1010111 |
Color Harmonies of #E3CBF2
Complementary color
Monochromatic Colors of #E3CBF2
Black with #E3CBF2
Text Example
Text Example
White with #E3CBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBF2; }
p { color: rgb(227,203,242); }
H1.HeaderClassName
{
color: #E3CBF2;
}
.AnyTagClassName
{
color: #E3CBF2;
}
</style>
background-color css
<style>
a { background-color: #E3CBF2; }
a { background-color: rgb(227,203,242); }
div.DivClassName
{
background-color: #E3CBF2;
}
.BgClassName
{
background-color: #E3CBF2;
}
</style>
border-color css
<style>
span { border-color: #E3CBF2; }
span { border-color: rgb(227,203,242); }
td.TdClassName
{
border-color: #E3CBF2;
}
.TagClassName
{
border-color: #E3CBF2;
}
</style>