Shades of Blue Chalk #E7CCED
Tints of Blue Chalk #E7CCED
RGB
CMYK
RGB Variations
Color information
#E7CCED (or 0xE7CCED) is known color: Blue Chalk. HEX triplet: E7, CC and ED. RGB value is (231,204,237). Sum of RGB (Red+Green+Blue) = 231+204+237=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7CCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CCED is #183312. Grayscale: #D7D7D7. Windows color (decimal): -1585939 or 15584487. OLE color: 15584487.
HSL color Cylindrical-coordinate representation of color #E7CCED: hue angle of 289.09º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7CCED is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 204 | 237 | - |
CMYK | 0.03 | 0.14 | 0 | 0.07 |
HSL | 289.09º | 0.48% | 0.86% | - |
HSV(B) | 289.09º | 0.14% | 0.93% | - |
XYZ | 69.83 | 66.29 | 89.24 | - |
YUV | 215.84 | 139.95 | 138.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 204 | 237 | 0.03 | 0.14 | 0 | 0.07 | 289.09 | 0.48 | 0.86 |
Hex | E7 | CC | ED | 3 | E | 0 | 7 | 121 | 30 | 56 |
Octal | 347 | 314 | 355 | 3 | 16 | 0 | 7 | 441 | 60 | 126 |
Binary | 11100111 | 11001100 | 11101101 | 11 | 1110 | 0 | 111 | 100100001 | 110000 | 1010110 |
Color Harmonies of #E7CCED
Complementary color
Monochromatic Colors of #E7CCED
Black with #E7CCED
Text Example
Text Example
White with #E7CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CCED; }
p { color: rgb(231,204,237); }
H1.HeaderClassName
{
color: #E7CCED;
}
.AnyTagClassName
{
color: #E7CCED;
}
</style>
background-color css
<style>
a { background-color: #E7CCED; }
a { background-color: rgb(231,204,237); }
div.DivClassName
{
background-color: #E7CCED;
}
.BgClassName
{
background-color: #E7CCED;
}
</style>
border-color css
<style>
span { border-color: #E7CCED; }
span { border-color: rgb(231,204,237); }
td.TdClassName
{
border-color: #E7CCED;
}
.TagClassName
{
border-color: #E7CCED;
}
</style>