Shades of Blue Chalk #E6CBF5
Tints of Blue Chalk #E6CBF5
RGB
CMYK
RGB Variations
Color information
#E6CBF5 (or 0xE6CBF5) is known color: Blue Chalk. HEX triplet: E6, CB and F5. RGB value is (230,203,245). Sum of RGB (Red+Green+Blue) = 230+203+245=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 203 (79.69% from 255 or 29.94% from 678); Blue value is 245 (96.09% from 255 or 36.14% from 678); Max value from RGB is 245 - color contains mainly: blue. Hex color #E6CBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBF5 is #19340A. Grayscale: #D7D7D7. Windows color (decimal): -1651723 or 16108518. OLE color: 16108518.
HSL color Cylindrical-coordinate representation of color #E6CBF5: hue angle of 278.57º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6CBF5 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 203 | 245 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.04 |
| HSL | 278.57º | 0.68% | 0.88% | - |
| HSV(B) | 278.57º | 0.17% | 0.96% | - |
| XYZ | 70.47 | 66.13 | 95.44 | - |
| YUV | 215.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 245 | 0.06 | 0.17 | 0 | 0.04 | 278.57 | 0.68 | 0.88 |
| Hex | E6 | CB | F5 | 6 | 11 | 0 | 4 | 117 | 44 | 58 |
| Octal | 346 | 313 | 365 | 6 | 21 | 0 | 4 | 427 | 104 | 130 |
| Binary | 11100110 | 11001011 | 11110101 | 110 | 10001 | 0 | 100 | 100010111 | 1000100 | 1011000 |
Color Harmonies of #E6CBF5
Complementary color
Monochromatic Colors of #E6CBF5
Black with #E6CBF5
Text Example
Text Example
White with #E6CBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBF5; }
p { color: rgb(230,203,245); }
H1.HeaderClassName
{
color: #E6CBF5;
}
.AnyTagClassName
{
color: #E6CBF5;
}
</style>
background-color css
<style>
a { background-color: #E6CBF5; }
a { background-color: rgb(230,203,245); }
div.DivClassName
{
background-color: #E6CBF5;
}
.BgClassName
{
background-color: #E6CBF5;
}
</style>
border-color css
<style>
span { border-color: #E6CBF5; }
span { border-color: rgb(230,203,245); }
td.TdClassName
{
border-color: #E6CBF5;
}
.TagClassName
{
border-color: #E6CBF5;
}
</style>