Shades of Blue Chalk #E6D0FD
Tints of Blue Chalk #E6D0FD
RGB
CMYK
RGB Variations
Color information
#E6D0FD (or 0xE6D0FD) is known color: Blue Chalk. HEX triplet: E6, D0 and FD. RGB value is (230,208,253). Sum of RGB (Red+Green+Blue) = 230+208+253=691 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.29% from 691); Green value is 208 (81.64% from 255 or 30.10% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6D0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D0FD is #192F02. Grayscale: #DBDBDB. Windows color (decimal): -1650435 or 16634086. OLE color: 16634086.
HSL color Cylindrical-coordinate representation of color #E6D0FD: hue angle of 269.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6D0FD is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 208 | 253 | - |
CMYK | 0.09 | 0.18 | 0 | 0.01 |
HSL | 269.33º | 0.92% | 0.9% | - |
HSV(B) | 269.33º | 0.18% | 0.99% | - |
XYZ | 72.92 | 69.03 | 102.41 | - |
YUV | 219.71 | 146.79 | 135.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 208 | 253 | 0.09 | 0.18 | 0 | 0.01 | 269.33 | 0.92 | 0.9 |
Hex | E6 | D0 | FD | 9 | 12 | 0 | 1 | 10D | 5C | 5A |
Octal | 346 | 320 | 375 | 11 | 22 | 0 | 1 | 415 | 134 | 132 |
Binary | 11100110 | 11010000 | 11111101 | 1001 | 10010 | 0 | 1 | 100001101 | 1011100 | 1011010 |
Color Harmonies of #E6D0FD
Complementary color
Monochromatic Colors of #E6D0FD
Black with #E6D0FD
Text Example
Text Example
White with #E6D0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D0FD; }
p { color: rgb(230,208,253); }
H1.HeaderClassName
{
color: #E6D0FD;
}
.AnyTagClassName
{
color: #E6D0FD;
}
</style>
background-color css
<style>
a { background-color: #E6D0FD; }
a { background-color: rgb(230,208,253); }
div.DivClassName
{
background-color: #E6D0FD;
}
.BgClassName
{
background-color: #E6D0FD;
}
</style>
border-color css
<style>
span { border-color: #E6D0FD; }
span { border-color: rgb(230,208,253); }
td.TdClassName
{
border-color: #E6D0FD;
}
.TagClassName
{
border-color: #E6D0FD;
}
</style>