Shades of Blue Chalk #E0CFE5
Tints of Blue Chalk #E0CFE5
RGB
CMYK
RGB Variations
Color information
#E0CFE5 (or 0xE0CFE5) is known color: Blue Chalk. HEX triplet: E0, CF and E5. RGB value is (224,207,229). Sum of RGB (Red+Green+Blue) = 224+207+229=660 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.94% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0CFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFE5 is #1F301A. Grayscale: #D6D6D6. Windows color (decimal): -2043931 or 15060960. OLE color: 15060960.
HSL color Cylindrical-coordinate representation of color #E0CFE5: hue angle of 286.36º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0CFE5 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 207 | 229 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.10 |
| HSL | 286.36º | 0.3% | 0.85% | - |
| HSV(B) | 286.36º | 0.1% | 0.9% | - |
| XYZ | 67.2 | 66.13 | 83.35 | - |
| YUV | 214.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 229 | 0.02 | 0.10 | 0 | 0.10 | 286.36 | 0.3 | 0.85 |
| Hex | E0 | CF | E5 | 2 | A | 0 | A | 11E | 1E | 55 |
| Octal | 340 | 317 | 345 | 2 | 12 | 0 | 12 | 436 | 36 | 125 |
| Binary | 11100000 | 11001111 | 11100101 | 10 | 1010 | 0 | 1010 | 100011110 | 11110 | 1010101 |
Color Harmonies of #E0CFE5
Complementary color
Monochromatic Colors of #E0CFE5
Black with #E0CFE5
Text Example
Text Example
White with #E0CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CFE5; }
p { color: rgb(224,207,229); }
H1.HeaderClassName
{
color: #E0CFE5;
}
.AnyTagClassName
{
color: #E0CFE5;
}
</style>
background-color css
<style>
a { background-color: #E0CFE5; }
a { background-color: rgb(224,207,229); }
div.DivClassName
{
background-color: #E0CFE5;
}
.BgClassName
{
background-color: #E0CFE5;
}
</style>
border-color css
<style>
span { border-color: #E0CFE5; }
span { border-color: rgb(224,207,229); }
td.TdClassName
{
border-color: #E0CFE5;
}
.TagClassName
{
border-color: #E0CFE5;
}
</style>