Shades of Blue Chalk #EDD5FD
Tints of Blue Chalk #EDD5FD
RGB
CMYK
RGB Variations
Color information
#EDD5FD (or 0xEDD5FD) is known color: Blue Chalk. HEX triplet: ED, D5 and FD. RGB value is (237,213,253). Sum of RGB (Red+Green+Blue) = 237+213+253=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 213 (83.59% from 255 or 30.30% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDD5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5FD is #122A02. Grayscale: #E0E0E0. Windows color (decimal): -1190403 or 16635373. OLE color: 16635373.
HSL color Cylindrical-coordinate representation of color #EDD5FD: hue angle of 276º 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 #EDD5FD is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 213 | 253 | - |
CMYK | 0.06 | 0.16 | 0 | 0.01 |
HSL | 276º | 0.91% | 0.91% | - |
HSV(B) | 276º | 0.16% | 0.99% | - |
XYZ | 76.45 | 72.68 | 102.93 | - |
YUV | 224.74 | 143.95 | 136.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 213 | 253 | 0.06 | 0.16 | 0 | 0.01 | 276 | 0.91 | 0.91 |
Hex | ED | D5 | FD | 6 | 10 | 0 | 1 | 114 | 5B | 5B |
Octal | 355 | 325 | 375 | 6 | 20 | 0 | 1 | 424 | 133 | 133 |
Binary | 11101101 | 11010101 | 11111101 | 110 | 10000 | 0 | 1 | 100010100 | 1011011 | 1011011 |
Color Harmonies of #EDD5FD
Complementary color
Monochromatic Colors of #EDD5FD
Black with #EDD5FD
Text Example
Text Example
White with #EDD5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5FD; }
p { color: rgb(237,213,253); }
H1.HeaderClassName
{
color: #EDD5FD;
}
.AnyTagClassName
{
color: #EDD5FD;
}
</style>
background-color css
<style>
a { background-color: #EDD5FD; }
a { background-color: rgb(237,213,253); }
div.DivClassName
{
background-color: #EDD5FD;
}
.BgClassName
{
background-color: #EDD5FD;
}
</style>
border-color css
<style>
span { border-color: #EDD5FD; }
span { border-color: rgb(237,213,253); }
td.TdClassName
{
border-color: #EDD5FD;
}
.TagClassName
{
border-color: #EDD5FD;
}
</style>