Shades of Blue Chalk #E6CFF0
Tints of Blue Chalk #E6CFF0
RGB
CMYK
RGB Variations
Color information
#E6CFF0 (or 0xE6CFF0) is known color: Blue Chalk. HEX triplet: E6, CF and F0. RGB value is (230,207,240). Sum of RGB (Red+Green+Blue) = 230+207+240=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 240 - color contains mainly: blue. Hex color #E6CFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CFF0 is #19300F. Grayscale: #D9D9D9. Windows color (decimal): -1650704 or 15781862. OLE color: 15781862.
HSL color Cylindrical-coordinate representation of color #E6CFF0: hue angle of 281.82º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6CFF0 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 207 | 240 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.06 |
| HSL | 281.82º | 0.52% | 0.88% | - |
| HSV(B) | 281.82º | 0.14% | 0.94% | - |
| XYZ | 70.67 | 67.74 | 91.79 | - |
| YUV | 217.64 | 140.62 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 240 | 0.04 | 0.14 | 0 | 0.06 | 281.82 | 0.52 | 0.88 |
| Hex | E6 | CF | F0 | 4 | E | 0 | 6 | 11A | 34 | 58 |
| Octal | 346 | 317 | 360 | 4 | 16 | 0 | 6 | 432 | 64 | 130 |
| Binary | 11100110 | 11001111 | 11110000 | 100 | 1110 | 0 | 110 | 100011010 | 110100 | 1011000 |
Color Harmonies of #E6CFF0
Complementary color
Monochromatic Colors of #E6CFF0
Black with #E6CFF0
Text Example
Text Example
White with #E6CFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFF0; }
p { color: rgb(230,207,240); }
H1.HeaderClassName
{
color: #E6CFF0;
}
.AnyTagClassName
{
color: #E6CFF0;
}
</style>
background-color css
<style>
a { background-color: #E6CFF0; }
a { background-color: rgb(230,207,240); }
div.DivClassName
{
background-color: #E6CFF0;
}
.BgClassName
{
background-color: #E6CFF0;
}
</style>
border-color css
<style>
span { border-color: #E6CFF0; }
span { border-color: rgb(230,207,240); }
td.TdClassName
{
border-color: #E6CFF0;
}
.TagClassName
{
border-color: #E6CFF0;
}
</style>