Shades of Blue Chalk #E0CFE6
Tints of Blue Chalk #E0CFE6
RGB
CMYK
RGB Variations
Color information
#E0CFE6 (or 0xE0CFE6) is known color: Blue Chalk. HEX triplet: E0, CF and E6. RGB value is (224,207,230). Sum of RGB (Red+Green+Blue) = 224+207+230=661 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.89% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0CFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CFE6 is #1F3019. Grayscale: #D6D6D6. Windows color (decimal): -2043930 or 15126496. OLE color: 15126496.
HSL color Cylindrical-coordinate representation of color #E0CFE6: hue angle of 284.35º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0CFE6 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 207 | 230 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.10 |
| HSL | 284.35º | 0.32% | 0.86% | - |
| HSV(B) | 284.35º | 0.1% | 0.9% | - |
| XYZ | 67.34 | 66.19 | 84.09 | - |
| YUV | 214.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 230 | 0.03 | 0.10 | 0 | 0.10 | 284.35 | 0.32 | 0.86 |
| Hex | E0 | CF | E6 | 3 | A | 0 | A | 11C | 20 | 56 |
| Octal | 340 | 317 | 346 | 3 | 12 | 0 | 12 | 434 | 40 | 126 |
| Binary | 11100000 | 11001111 | 11100110 | 11 | 1010 | 0 | 1010 | 100011100 | 100000 | 1010110 |
Color Harmonies of #E0CFE6
Complementary color
Monochromatic Colors of #E0CFE6
Black with #E0CFE6
Text Example
Text Example
White with #E0CFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CFE6; }
p { color: rgb(224,207,230); }
H1.HeaderClassName
{
color: #E0CFE6;
}
.AnyTagClassName
{
color: #E0CFE6;
}
</style>
background-color css
<style>
a { background-color: #E0CFE6; }
a { background-color: rgb(224,207,230); }
div.DivClassName
{
background-color: #E0CFE6;
}
.BgClassName
{
background-color: #E0CFE6;
}
</style>
border-color css
<style>
span { border-color: #E0CFE6; }
span { border-color: rgb(224,207,230); }
td.TdClassName
{
border-color: #E0CFE6;
}
.TagClassName
{
border-color: #E0CFE6;
}
</style>