Shades of Blue Chalk #E2C9F0
Tints of Blue Chalk #E2C9F0
RGB
CMYK
RGB Variations
Color information
#E2C9F0 (or 0xE2C9F0) is known color: Blue Chalk. HEX triplet: E2, C9 and F0. RGB value is (226,201,240). Sum of RGB (Red+Green+Blue) = 226+201+240=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 201 (78.91% from 255 or 30.13% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2C9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C9F0 is #1D360F. Grayscale: #D4D4D4. Windows color (decimal): -1914384 or 15780322. OLE color: 15780322.
HSL color Cylindrical-coordinate representation of color #E2C9F0: hue angle of 278.46º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2C9F0 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 226 | 201 | 240 | - |
CMYK | 0.06 | 0.16 | 0 | 0.06 |
HSL | 278.46º | 0.57% | 0.86% | - |
HSV(B) | 278.46º | 0.16% | 0.94% | - |
XYZ | 67.98 | 64.23 | 91.25 | - |
YUV | 212.92 | 143.28 | 137.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 201 | 240 | 0.06 | 0.16 | 0 | 0.06 | 278.46 | 0.57 | 0.86 |
Hex | E2 | C9 | F0 | 6 | 10 | 0 | 6 | 116 | 39 | 56 |
Octal | 342 | 311 | 360 | 6 | 20 | 0 | 6 | 426 | 71 | 126 |
Binary | 11100010 | 11001001 | 11110000 | 110 | 10000 | 0 | 110 | 100010110 | 111001 | 1010110 |
Color Harmonies of #E2C9F0
Complementary color
Monochromatic Colors of #E2C9F0
Black with #E2C9F0
Text Example
Text Example
White with #E2C9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C9F0; }
p { color: rgb(226,201,240); }
H1.HeaderClassName
{
color: #E2C9F0;
}
.AnyTagClassName
{
color: #E2C9F0;
}
</style>
background-color css
<style>
a { background-color: #E2C9F0; }
a { background-color: rgb(226,201,240); }
div.DivClassName
{
background-color: #E2C9F0;
}
.BgClassName
{
background-color: #E2C9F0;
}
</style>
border-color css
<style>
span { border-color: #E2C9F0; }
span { border-color: rgb(226,201,240); }
td.TdClassName
{
border-color: #E2C9F0;
}
.TagClassName
{
border-color: #E2C9F0;
}
</style>