Shades of Blue Chalk #E6CBFA
Tints of Blue Chalk #E6CBFA
RGB
CMYK
RGB Variations
Color information
#E6CBFA (or 0xE6CBFA) is known color: Blue Chalk. HEX triplet: E6, CB and FA. RGB value is (230,203,250). Sum of RGB (Red+Green+Blue) = 230+203+250=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 203 (79.69% from 255 or 29.72% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6CBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBFA is #193405. Grayscale: #D8D8D8. Windows color (decimal): -1651718 or 16436198. OLE color: 16436198.
HSL color Cylindrical-coordinate representation of color #E6CBFA: hue angle of 274.47º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6CBFA is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 203 | 250 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.02 |
| HSL | 274.47º | 0.82% | 0.89% | - |
| HSV(B) | 274.47º | 0.19% | 0.98% | - |
| XYZ | 71.24 | 66.44 | 99.51 | - |
| YUV | 216.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 250 | 0.08 | 0.19 | 0 | 0.02 | 274.47 | 0.82 | 0.89 |
| Hex | E6 | CB | FA | 8 | 13 | 0 | 2 | 112 | 52 | 59 |
| Octal | 346 | 313 | 372 | 10 | 23 | 0 | 2 | 422 | 122 | 131 |
| Binary | 11100110 | 11001011 | 11111010 | 1000 | 10011 | 0 | 10 | 100010010 | 1010010 | 1011001 |
Color Harmonies of #E6CBFA
Complementary color
Monochromatic Colors of #E6CBFA
Black with #E6CBFA
Text Example
Text Example
White with #E6CBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBFA; }
p { color: rgb(230,203,250); }
H1.HeaderClassName
{
color: #E6CBFA;
}
.AnyTagClassName
{
color: #E6CBFA;
}
</style>
background-color css
<style>
a { background-color: #E6CBFA; }
a { background-color: rgb(230,203,250); }
div.DivClassName
{
background-color: #E6CBFA;
}
.BgClassName
{
background-color: #E6CBFA;
}
</style>
border-color css
<style>
span { border-color: #E6CBFA; }
span { border-color: rgb(230,203,250); }
td.TdClassName
{
border-color: #E6CBFA;
}
.TagClassName
{
border-color: #E6CBFA;
}
</style>