Shades of Blue Chalk #E2CCE9
Tints of Blue Chalk #E2CCE9
RGB
CMYK
RGB Variations
Color information
#E2CCE9 (or 0xE2CCE9) is known color: Blue Chalk. HEX triplet: E2, CC and E9. RGB value is (226,204,233). Sum of RGB (Red+Green+Blue) = 226+204+233=663 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.09% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 233 - color contains mainly: blue. Hex color #E2CCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCE9 is #1D3316. Grayscale: #D5D5D5. Windows color (decimal): -1913623 or 15322338. OLE color: 15322338.
HSL color Cylindrical-coordinate representation of color #E2CCE9: hue angle of 285.52º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2CCE9 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 226 | 204 | 233 | - |
CMYK | 0.03 | 0.12 | 0 | 0.09 |
HSL | 285.52º | 0.4% | 0.86% | - |
HSV(B) | 285.52º | 0.12% | 0.91% | - |
XYZ | 67.66 | 65.24 | 86.12 | - |
YUV | 213.88 | 138.79 | 136.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 204 | 233 | 0.03 | 0.12 | 0 | 0.09 | 285.52 | 0.4 | 0.86 |
Hex | E2 | CC | E9 | 3 | C | 0 | 9 | 11E | 28 | 56 |
Octal | 342 | 314 | 351 | 3 | 14 | 0 | 11 | 436 | 50 | 126 |
Binary | 11100010 | 11001100 | 11101001 | 11 | 1100 | 0 | 1001 | 100011110 | 101000 | 1010110 |
Color Harmonies of #E2CCE9
Complementary color
Monochromatic Colors of #E2CCE9
Black with #E2CCE9
Text Example
Text Example
White with #E2CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCE9; }
p { color: rgb(226,204,233); }
H1.HeaderClassName
{
color: #E2CCE9;
}
.AnyTagClassName
{
color: #E2CCE9;
}
</style>
background-color css
<style>
a { background-color: #E2CCE9; }
a { background-color: rgb(226,204,233); }
div.DivClassName
{
background-color: #E2CCE9;
}
.BgClassName
{
background-color: #E2CCE9;
}
</style>
border-color css
<style>
span { border-color: #E2CCE9; }
span { border-color: rgb(226,204,233); }
td.TdClassName
{
border-color: #E2CCE9;
}
.TagClassName
{
border-color: #E2CCE9;
}
</style>