Shades of Blue Chalk #E2CCEA
Tints of Blue Chalk #E2CCEA
RGB
CMYK
RGB Variations
Color information
#E2CCEA (or 0xE2CCEA) is known color: Blue Chalk. HEX triplet: E2, CC and EA. RGB value is (226,204,234). Sum of RGB (Red+Green+Blue) = 226+204+234=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCEA is #1D3315. Grayscale: #D5D5D5. Windows color (decimal): -1913622 or 15387874. OLE color: 15387874.
HSL color Cylindrical-coordinate representation of color #E2CCEA: hue angle of 284º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2CCEA is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 204 | 234 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.08 |
| HSL | 284º | 0.42% | 0.86% | - |
| HSV(B) | 284º | 0.13% | 0.92% | - |
| XYZ | 67.81 | 65.3 | 86.87 | - |
| YUV | 214 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 234 | 0.03 | 0.13 | 0 | 0.08 | 284 | 0.42 | 0.86 |
| Hex | E2 | CC | EA | 3 | D | 0 | 8 | 11C | 2A | 56 |
| Octal | 342 | 314 | 352 | 3 | 15 | 0 | 10 | 434 | 52 | 126 |
| Binary | 11100010 | 11001100 | 11101010 | 11 | 1101 | 0 | 1000 | 100011100 | 101010 | 1010110 |
Color Harmonies of #E2CCEA
Complementary color
Monochromatic Colors of #E2CCEA
Black with #E2CCEA
Text Example
Text Example
White with #E2CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCEA; }
p { color: rgb(226,204,234); }
H1.HeaderClassName
{
color: #E2CCEA;
}
.AnyTagClassName
{
color: #E2CCEA;
}
</style>
background-color css
<style>
a { background-color: #E2CCEA; }
a { background-color: rgb(226,204,234); }
div.DivClassName
{
background-color: #E2CCEA;
}
.BgClassName
{
background-color: #E2CCEA;
}
</style>
border-color css
<style>
span { border-color: #E2CCEA; }
span { border-color: rgb(226,204,234); }
td.TdClassName
{
border-color: #E2CCEA;
}
.TagClassName
{
border-color: #E2CCEA;
}
</style>