Shades of Blue Chalk #E7CCFD
Tints of Blue Chalk #E7CCFD
RGB
CMYK
RGB Variations
Color information
#E7CCFD (or 0xE7CCFD) is known color: Blue Chalk. HEX triplet: E7, CC and FD. RGB value is (231,204,253). Sum of RGB (Red+Green+Blue) = 231+204+253=688 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.58% from 688); Green value is 204 (80.08% from 255 or 29.65% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7CCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CCFD is #183302. Grayscale: #D9D9D9. Windows color (decimal): -1585923 or 16633063. OLE color: 16633063.
HSL color Cylindrical-coordinate representation of color #E7CCFD: hue angle of 273.06º 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 #E7CCFD is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 231 | 204 | 253 | - |
CMYK | 0.09 | 0.19 | 0 | 0.01 |
HSL | 273.06º | 0.92% | 0.9% | - |
HSV(B) | 273.06º | 0.19% | 0.99% | - |
XYZ | 72.28 | 67.27 | 102.1 | - |
YUV | 217.66 | 147.95 | 137.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 204 | 253 | 0.09 | 0.19 | 0 | 0.01 | 273.06 | 0.92 | 0.9 |
Hex | E7 | CC | FD | 9 | 13 | 0 | 1 | 111 | 5C | 5A |
Octal | 347 | 314 | 375 | 11 | 23 | 0 | 1 | 421 | 134 | 132 |
Binary | 11100111 | 11001100 | 11111101 | 1001 | 10011 | 0 | 1 | 100010001 | 1011100 | 1011010 |
Color Harmonies of #E7CCFD
Complementary color
Monochromatic Colors of #E7CCFD
Black with #E7CCFD
Text Example
Text Example
White with #E7CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CCFD; }
p { color: rgb(231,204,253); }
H1.HeaderClassName
{
color: #E7CCFD;
}
.AnyTagClassName
{
color: #E7CCFD;
}
</style>
background-color css
<style>
a { background-color: #E7CCFD; }
a { background-color: rgb(231,204,253); }
div.DivClassName
{
background-color: #E7CCFD;
}
.BgClassName
{
background-color: #E7CCFD;
}
</style>
border-color css
<style>
span { border-color: #E7CCFD; }
span { border-color: rgb(231,204,253); }
td.TdClassName
{
border-color: #E7CCFD;
}
.TagClassName
{
border-color: #E7CCFD;
}
</style>