Shades of Blue Chalk #E5CCFD
Tints of Blue Chalk #E5CCFD
RGB
CMYK
RGB Variations
Color information
#E5CCFD (or 0xE5CCFD) is known color: Blue Chalk. HEX triplet: E5, CC and FD. RGB value is (229,204,253). Sum of RGB (Red+Green+Blue) = 229+204+253=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 204 (80.08% from 255 or 29.74% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CCFD is #1A3302. Grayscale: #D8D8D8. Windows color (decimal): -1716995 or 16633061. OLE color: 16633061.
HSL color Cylindrical-coordinate representation of color #E5CCFD: hue angle of 270.61º 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 #E5CCFD is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 204 | 253 | - |
CMYK | 0.09 | 0.19 | 0 | 0.01 |
HSL | 270.61º | 0.92% | 0.9% | - |
HSV(B) | 270.61º | 0.19% | 0.99% | - |
XYZ | 71.64 | 66.94 | 102.07 | - |
YUV | 217.06 | 148.28 | 136.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 204 | 253 | 0.09 | 0.19 | 0 | 0.01 | 270.61 | 0.92 | 0.9 |
Hex | E5 | CC | FD | 9 | 13 | 0 | 1 | 10F | 5C | 5A |
Octal | 345 | 314 | 375 | 11 | 23 | 0 | 1 | 417 | 134 | 132 |
Binary | 11100101 | 11001100 | 11111101 | 1001 | 10011 | 0 | 1 | 100001111 | 1011100 | 1011010 |
Color Harmonies of #E5CCFD
Complementary color
Monochromatic Colors of #E5CCFD
Black with #E5CCFD
Text Example
Text Example
White with #E5CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCFD; }
p { color: rgb(229,204,253); }
H1.HeaderClassName
{
color: #E5CCFD;
}
.AnyTagClassName
{
color: #E5CCFD;
}
</style>
background-color css
<style>
a { background-color: #E5CCFD; }
a { background-color: rgb(229,204,253); }
div.DivClassName
{
background-color: #E5CCFD;
}
.BgClassName
{
background-color: #E5CCFD;
}
</style>
border-color css
<style>
span { border-color: #E5CCFD; }
span { border-color: rgb(229,204,253); }
td.TdClassName
{
border-color: #E5CCFD;
}
.TagClassName
{
border-color: #E5CCFD;
}
</style>