Shades of Blue Chalk #E6CCFE
Tints of Blue Chalk #E6CCFE
RGB
CMYK
RGB Variations
Color information
#E6CCFE (or 0xE6CCFE) is known color: Blue Chalk. HEX triplet: E6, CC and FE. RGB value is (230,204,254). Sum of RGB (Red+Green+Blue) = 230+204+254=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 204 (80.08% from 255 or 29.65% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6CCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CCFE is #193301. Grayscale: #D9D9D9. Windows color (decimal): -1651458 or 16698598. OLE color: 16698598.
HSL color Cylindrical-coordinate representation of color #E6CCFE: hue angle of 271.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6CCFE is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 204 | 254 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.00 |
| HSL | 271.2º | 0.96% | 0.9% | - |
| HSV(B) | 271.2º | 0.2% | 1% | - |
| XYZ | 72.12 | 67.16 | 102.93 | - |
| YUV | 217.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 254 | 0.09 | 0.20 | 0 | 0.00 | 271.2 | 0.96 | 0.9 |
| Hex | E6 | CC | FE | 9 | 14 | 0 | 0 | 10F | 60 | 5A |
| Octal | 346 | 314 | 376 | 11 | 24 | 0 | 0 | 417 | 140 | 132 |
| Binary | 11100110 | 11001100 | 11111110 | 1001 | 10100 | 0 | 0 | 100001111 | 1100000 | 1011010 |
Color Harmonies of #E6CCFE
Complementary color
Monochromatic Colors of #E6CCFE
Black with #E6CCFE
Text Example
Text Example
White with #E6CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCFE; }
p { color: rgb(230,204,254); }
H1.HeaderClassName
{
color: #E6CCFE;
}
.AnyTagClassName
{
color: #E6CCFE;
}
</style>
background-color css
<style>
a { background-color: #E6CCFE; }
a { background-color: rgb(230,204,254); }
div.DivClassName
{
background-color: #E6CCFE;
}
.BgClassName
{
background-color: #E6CCFE;
}
</style>
border-color css
<style>
span { border-color: #E6CCFE; }
span { border-color: rgb(230,204,254); }
td.TdClassName
{
border-color: #E6CCFE;
}
.TagClassName
{
border-color: #E6CCFE;
}
</style>