Shades of Blue Chalk #EDD5F8
Tints of Blue Chalk #EDD5F8
RGB
CMYK
RGB Variations
Color information
#EDD5F8 (or 0xEDD5F8) is known color: Blue Chalk. HEX triplet: ED, D5 and F8. RGB value is (237,213,248). Sum of RGB (Red+Green+Blue) = 237+213+248=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 213 (83.59% from 255 or 30.52% from 698); Blue value is 248 (97.27% from 255 or 35.53% from 698); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDD5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5F8 is #122A07. Grayscale: #E0E0E0. Windows color (decimal): -1190408 or 16307693. OLE color: 16307693.
HSL color Cylindrical-coordinate representation of color #EDD5F8: hue angle of 281.14º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD5F8 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 237 | 213 | 248 | - |
CMYK | 0.04 | 0.14 | 0 | 0.03 |
HSL | 281.14º | 0.71% | 0.9% | - |
HSV(B) | 281.14º | 0.14% | 0.97% | - |
XYZ | 75.66 | 72.37 | 98.79 | - |
YUV | 224.17 | 141.45 | 137.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 213 | 248 | 0.04 | 0.14 | 0 | 0.03 | 281.14 | 0.71 | 0.9 |
Hex | ED | D5 | F8 | 4 | E | 0 | 3 | 119 | 47 | 5A |
Octal | 355 | 325 | 370 | 4 | 16 | 0 | 3 | 431 | 107 | 132 |
Binary | 11101101 | 11010101 | 11111000 | 100 | 1110 | 0 | 11 | 100011001 | 1000111 | 1011010 |
Color Harmonies of #EDD5F8
Complementary color
Monochromatic Colors of #EDD5F8
Black with #EDD5F8
Text Example
Text Example
White with #EDD5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5F8; }
p { color: rgb(237,213,248); }
H1.HeaderClassName
{
color: #EDD5F8;
}
.AnyTagClassName
{
color: #EDD5F8;
}
</style>
background-color css
<style>
a { background-color: #EDD5F8; }
a { background-color: rgb(237,213,248); }
div.DivClassName
{
background-color: #EDD5F8;
}
.BgClassName
{
background-color: #EDD5F8;
}
</style>
border-color css
<style>
span { border-color: #EDD5F8; }
span { border-color: rgb(237,213,248); }
td.TdClassName
{
border-color: #EDD5F8;
}
.TagClassName
{
border-color: #EDD5F8;
}
</style>