Shades of Blue Chalk #E6CEED
Tints of Blue Chalk #E6CEED
RGB
CMYK
RGB Variations
Color information
#E6CEED (or 0xE6CEED) is known color: Blue Chalk. HEX triplet: E6, CE and ED. RGB value is (230,206,237). Sum of RGB (Red+Green+Blue) = 230+206+237=673 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.18% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6CEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CEED is #193112. Grayscale: #D8D8D8. Windows color (decimal): -1650963 or 15584998. OLE color: 15584998.
HSL color Cylindrical-coordinate representation of color #E6CEED: hue angle of 286.45º 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 #E6CEED is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 206 | 237 | - |
CMYK | 0.03 | 0.13 | 0 | 0.07 |
HSL | 286.45º | 0.46% | 0.87% | - |
HSV(B) | 286.45º | 0.13% | 0.93% | - |
XYZ | 69.99 | 67.08 | 89.38 | - |
YUV | 216.71 | 139.45 | 137.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 206 | 237 | 0.03 | 0.13 | 0 | 0.07 | 286.45 | 0.46 | 0.87 |
Hex | E6 | CE | ED | 3 | D | 0 | 7 | 11E | 2E | 57 |
Octal | 346 | 316 | 355 | 3 | 15 | 0 | 7 | 436 | 56 | 127 |
Binary | 11100110 | 11001110 | 11101101 | 11 | 1101 | 0 | 111 | 100011110 | 101110 | 1010111 |
Color Harmonies of #E6CEED
Complementary color
Monochromatic Colors of #E6CEED
Black with #E6CEED
Text Example
Text Example
White with #E6CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEED; }
p { color: rgb(230,206,237); }
H1.HeaderClassName
{
color: #E6CEED;
}
.AnyTagClassName
{
color: #E6CEED;
}
</style>
background-color css
<style>
a { background-color: #E6CEED; }
a { background-color: rgb(230,206,237); }
div.DivClassName
{
background-color: #E6CEED;
}
.BgClassName
{
background-color: #E6CEED;
}
</style>
border-color css
<style>
span { border-color: #E6CEED; }
span { border-color: rgb(230,206,237); }
td.TdClassName
{
border-color: #E6CEED;
}
.TagClassName
{
border-color: #E6CEED;
}
</style>