Shades of Blue Chalk #E8D4FD
Tints of Blue Chalk #E8D4FD
RGB
CMYK
RGB Variations
Color information
#E8D4FD (or 0xE8D4FD) is known color: Blue Chalk. HEX triplet: E8, D4 and FD. RGB value is (232,212,253). Sum of RGB (Red+Green+Blue) = 232+212+253=697 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.29% from 697); Green value is 212 (83.20% from 255 or 30.42% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8D4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D4FD is #172B02. Grayscale: #DEDEDE. Windows color (decimal): -1518339 or 16635112. OLE color: 16635112.
HSL color Cylindrical-coordinate representation of color #E8D4FD: hue angle of 269.27º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E8D4FD is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 232 | 212 | 253 | - |
CMYK | 0.08 | 0.16 | 0 | 0.01 |
HSL | 269.27º | 0.91% | 0.91% | - |
HSV(B) | 269.27º | 0.16% | 0.99% | - |
XYZ | 74.55 | 71.33 | 102.77 | - |
YUV | 222.65 | 145.13 | 134.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 212 | 253 | 0.08 | 0.16 | 0 | 0.01 | 269.27 | 0.91 | 0.91 |
Hex | E8 | D4 | FD | 8 | 10 | 0 | 1 | 10D | 5B | 5B |
Octal | 350 | 324 | 375 | 10 | 20 | 0 | 1 | 415 | 133 | 133 |
Binary | 11101000 | 11010100 | 11111101 | 1000 | 10000 | 0 | 1 | 100001101 | 1011011 | 1011011 |
Color Harmonies of #E8D4FD
Complementary color
Monochromatic Colors of #E8D4FD
Black with #E8D4FD
Text Example
Text Example
White with #E8D4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D4FD; }
p { color: rgb(232,212,253); }
H1.HeaderClassName
{
color: #E8D4FD;
}
.AnyTagClassName
{
color: #E8D4FD;
}
</style>
background-color css
<style>
a { background-color: #E8D4FD; }
a { background-color: rgb(232,212,253); }
div.DivClassName
{
background-color: #E8D4FD;
}
.BgClassName
{
background-color: #E8D4FD;
}
</style>
border-color css
<style>
span { border-color: #E8D4FD; }
span { border-color: rgb(232,212,253); }
td.TdClassName
{
border-color: #E8D4FD;
}
.TagClassName
{
border-color: #E8D4FD;
}
</style>