Shades of Blue Chalk #E6CEFD
Tints of Blue Chalk #E6CEFD
RGB
CMYK
RGB Variations
Color information
#E6CEFD (or 0xE6CEFD) is known color: Blue Chalk. HEX triplet: E6, CE and FD. RGB value is (230,206,253). Sum of RGB (Red+Green+Blue) = 230+206+253=689 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.38% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6CEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CEFD is #193102. Grayscale: #DADADA. Windows color (decimal): -1650947 or 16633574. OLE color: 16633574.
HSL color Cylindrical-coordinate representation of color #E6CEFD: hue angle of 270.64º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6CEFD is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 206 | 253 | - |
CMYK | 0.09 | 0.19 | 0 | 0.01 |
HSL | 270.64º | 0.92% | 0.9% | - |
HSV(B) | 270.64º | 0.19% | 0.99% | - |
XYZ | 72.43 | 68.06 | 102.25 | - |
YUV | 218.53 | 147.45 | 136.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 206 | 253 | 0.09 | 0.19 | 0 | 0.01 | 270.64 | 0.92 | 0.9 |
Hex | E6 | CE | FD | 9 | 13 | 0 | 1 | 10F | 5C | 5A |
Octal | 346 | 316 | 375 | 11 | 23 | 0 | 1 | 417 | 134 | 132 |
Binary | 11100110 | 11001110 | 11111101 | 1001 | 10011 | 0 | 1 | 100001111 | 1011100 | 1011010 |
Color Harmonies of #E6CEFD
Complementary color
Monochromatic Colors of #E6CEFD
Black with #E6CEFD
Text Example
Text Example
White with #E6CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEFD; }
p { color: rgb(230,206,253); }
H1.HeaderClassName
{
color: #E6CEFD;
}
.AnyTagClassName
{
color: #E6CEFD;
}
</style>
background-color css
<style>
a { background-color: #E6CEFD; }
a { background-color: rgb(230,206,253); }
div.DivClassName
{
background-color: #E6CEFD;
}
.BgClassName
{
background-color: #E6CEFD;
}
</style>
border-color css
<style>
span { border-color: #E6CEFD; }
span { border-color: rgb(230,206,253); }
td.TdClassName
{
border-color: #E6CEFD;
}
.TagClassName
{
border-color: #E6CEFD;
}
</style>