Shades of Blue Chalk #E6D1FD
Tints of Blue Chalk #E6D1FD
RGB
CMYK
RGB Variations
Color information
#E6D1FD (or 0xE6D1FD) is known color: Blue Chalk. HEX triplet: E6, D1 and FD. RGB value is (230,209,253). Sum of RGB (Red+Green+Blue) = 230+209+253=692 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.24% from 692); Green value is 209 (82.03% from 255 or 30.20% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6D1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D1FD is #192E02. Grayscale: #DCDCDC. Windows color (decimal): -1650179 or 16634342. OLE color: 16634342.
HSL color Cylindrical-coordinate representation of color #E6D1FD: hue angle of 268.64º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6D1FD is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 209 | 253 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.01 |
| HSL | 268.64º | 0.92% | 0.91% | - |
| HSV(B) | 268.64º | 0.17% | 0.99% | - |
| XYZ | 73.16 | 69.52 | 102.49 | - |
| YUV | 220.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 209 | 253 | 0.09 | 0.17 | 0 | 0.01 | 268.64 | 0.92 | 0.91 |
| Hex | E6 | D1 | FD | 9 | 11 | 0 | 1 | 10D | 5C | 5B |
| Octal | 346 | 321 | 375 | 11 | 21 | 0 | 1 | 415 | 134 | 133 |
| Binary | 11100110 | 11010001 | 11111101 | 1001 | 10001 | 0 | 1 | 100001101 | 1011100 | 1011011 |
Color Harmonies of #E6D1FD
Complementary color
Monochromatic Colors of #E6D1FD
Black with #E6D1FD
Text Example
Text Example
White with #E6D1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D1FD; }
p { color: rgb(230,209,253); }
H1.HeaderClassName
{
color: #E6D1FD;
}
.AnyTagClassName
{
color: #E6D1FD;
}
</style>
background-color css
<style>
a { background-color: #E6D1FD; }
a { background-color: rgb(230,209,253); }
div.DivClassName
{
background-color: #E6D1FD;
}
.BgClassName
{
background-color: #E6D1FD;
}
</style>
border-color css
<style>
span { border-color: #E6D1FD; }
span { border-color: rgb(230,209,253); }
td.TdClassName
{
border-color: #E6D1FD;
}
.TagClassName
{
border-color: #E6D1FD;
}
</style>