Shades of Blue Chalk #E2CCEF
Tints of Blue Chalk #E2CCEF
RGB
CMYK
RGB Variations
Color information
#E2CCEF (or 0xE2CCEF) is known color: Blue Chalk. HEX triplet: E2, CC and EF. RGB value is (226,204,239). Sum of RGB (Red+Green+Blue) = 226+204+239=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2CCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCEF is #1D3310. Grayscale: #D6D6D6. Windows color (decimal): -1913617 or 15715554. OLE color: 15715554.
HSL color Cylindrical-coordinate representation of color #E2CCEF: hue angle of 277.71º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2CCEF is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 204 | 239 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.06 |
| HSL | 277.71º | 0.52% | 0.87% | - |
| HSV(B) | 277.71º | 0.15% | 0.94% | - |
| XYZ | 68.54 | 65.59 | 90.71 | - |
| YUV | 214.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 239 | 0.05 | 0.15 | 0 | 0.06 | 277.71 | 0.52 | 0.87 |
| Hex | E2 | CC | EF | 5 | F | 0 | 6 | 116 | 34 | 57 |
| Octal | 342 | 314 | 357 | 5 | 17 | 0 | 6 | 426 | 64 | 127 |
| Binary | 11100010 | 11001100 | 11101111 | 101 | 1111 | 0 | 110 | 100010110 | 110100 | 1010111 |
Color Harmonies of #E2CCEF
Complementary color
Monochromatic Colors of #E2CCEF
Black with #E2CCEF
Text Example
Text Example
White with #E2CCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCEF; }
p { color: rgb(226,204,239); }
H1.HeaderClassName
{
color: #E2CCEF;
}
.AnyTagClassName
{
color: #E2CCEF;
}
</style>
background-color css
<style>
a { background-color: #E2CCEF; }
a { background-color: rgb(226,204,239); }
div.DivClassName
{
background-color: #E2CCEF;
}
.BgClassName
{
background-color: #E2CCEF;
}
</style>
border-color css
<style>
span { border-color: #E2CCEF; }
span { border-color: rgb(226,204,239); }
td.TdClassName
{
border-color: #E2CCEF;
}
.TagClassName
{
border-color: #E2CCEF;
}
</style>