Shades of Blue Chalk #E6CBFD
Tints of Blue Chalk #E6CBFD
RGB
CMYK
RGB Variations
Color information
#E6CBFD (or 0xE6CBFD) is known color: Blue Chalk. HEX triplet: E6, CB and FD. RGB value is (230,203,253). Sum of RGB (Red+Green+Blue) = 230+203+253=686 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.53% from 686); Green value is 203 (79.69% from 255 or 29.59% 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 #E6CBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBFD is #193402. Grayscale: #D8D8D8. Windows color (decimal): -1651715 or 16632806. OLE color: 16632806.
HSL color Cylindrical-coordinate representation of color #E6CBFD: hue angle of 272.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6CBFD is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 203 | 253 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.01 |
| HSL | 272.4º | 0.93% | 0.89% | - |
| HSV(B) | 272.4º | 0.2% | 0.99% | - |
| XYZ | 71.72 | 66.63 | 102.01 | - |
| YUV | 216.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 253 | 0.09 | 0.20 | 0 | 0.01 | 272.4 | 0.93 | 0.89 |
| Hex | E6 | CB | FD | 9 | 14 | 0 | 1 | 110 | 5D | 59 |
| Octal | 346 | 313 | 375 | 11 | 24 | 0 | 1 | 420 | 135 | 131 |
| Binary | 11100110 | 11001011 | 11111101 | 1001 | 10100 | 0 | 1 | 100010000 | 1011101 | 1011001 |
Color Harmonies of #E6CBFD
Complementary color
Monochromatic Colors of #E6CBFD
Black with #E6CBFD
Text Example
Text Example
White with #E6CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBFD; }
p { color: rgb(230,203,253); }
H1.HeaderClassName
{
color: #E6CBFD;
}
.AnyTagClassName
{
color: #E6CBFD;
}
</style>
background-color css
<style>
a { background-color: #E6CBFD; }
a { background-color: rgb(230,203,253); }
div.DivClassName
{
background-color: #E6CBFD;
}
.BgClassName
{
background-color: #E6CBFD;
}
</style>
border-color css
<style>
span { border-color: #E6CBFD; }
span { border-color: rgb(230,203,253); }
td.TdClassName
{
border-color: #E6CBFD;
}
.TagClassName
{
border-color: #E6CBFD;
}
</style>