Shades of Blue Chalk #E7CEED
Tints of Blue Chalk #E7CEED
RGB
CMYK
RGB Variations
Color information
#E7CEED (or 0xE7CEED) is known color: Blue Chalk. HEX triplet: E7, CE and ED. RGB value is (231,206,237). Sum of RGB (Red+Green+Blue) = 231+206+237=674 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.27% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7CEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CEED is #183112. Grayscale: #D8D8D8. Windows color (decimal): -1585427 or 15584999. OLE color: 15584999.
HSL color Cylindrical-coordinate representation of color #E7CEED: hue angle of 288.39º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7CEED is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 206 | 237 | - |
CMYK | 0.03 | 0.13 | 0 | 0.07 |
HSL | 288.39º | 0.46% | 0.87% | - |
HSV(B) | 288.39º | 0.13% | 0.93% | - |
XYZ | 70.31 | 67.25 | 89.39 | - |
YUV | 217.01 | 139.28 | 137.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 206 | 237 | 0.03 | 0.13 | 0 | 0.07 | 288.39 | 0.46 | 0.87 |
Hex | E7 | CE | ED | 3 | D | 0 | 7 | 120 | 2E | 57 |
Octal | 347 | 316 | 355 | 3 | 15 | 0 | 7 | 440 | 56 | 127 |
Binary | 11100111 | 11001110 | 11101101 | 11 | 1101 | 0 | 111 | 100100000 | 101110 | 1010111 |
Color Harmonies of #E7CEED
Complementary color
Monochromatic Colors of #E7CEED
Black with #E7CEED
Text Example
Text Example
White with #E7CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CEED; }
p { color: rgb(231,206,237); }
H1.HeaderClassName
{
color: #E7CEED;
}
.AnyTagClassName
{
color: #E7CEED;
}
</style>
background-color css
<style>
a { background-color: #E7CEED; }
a { background-color: rgb(231,206,237); }
div.DivClassName
{
background-color: #E7CEED;
}
.BgClassName
{
background-color: #E7CEED;
}
</style>
border-color css
<style>
span { border-color: #E7CEED; }
span { border-color: rgb(231,206,237); }
td.TdClassName
{
border-color: #E7CEED;
}
.TagClassName
{
border-color: #E7CEED;
}
</style>