Shades of Blue Chalk #EDC7FD
Tints of Blue Chalk #EDC7FD
RGB
CMYK
RGB Variations
Color information
#EDC7FD (or 0xEDC7FD) is known color: Blue Chalk. HEX triplet: ED, C7 and FD. RGB value is (237,199,253). Sum of RGB (Red+Green+Blue) = 237+199+253=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 199 (78.12% from 255 or 28.88% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDC7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC7FD is #123802. Grayscale: #D8D8D8. Windows color (decimal): -1193987 or 16631789. OLE color: 16631789.
HSL color Cylindrical-coordinate representation of color #EDC7FD: hue angle of 282.22º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDC7FD is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 199 | 253 | - |
CMYK | 0.06 | 0.21 | 0 | 0.01 |
HSL | 282.22º | 0.93% | 0.89% | - |
HSV(B) | 282.22º | 0.21% | 0.99% | - |
XYZ | 73.08 | 65.94 | 101.81 | - |
YUV | 216.52 | 148.59 | 142.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 199 | 253 | 0.06 | 0.21 | 0 | 0.01 | 282.22 | 0.93 | 0.89 |
Hex | ED | C7 | FD | 6 | 15 | 0 | 1 | 11A | 5D | 59 |
Octal | 355 | 307 | 375 | 6 | 25 | 0 | 1 | 432 | 135 | 131 |
Binary | 11101101 | 11000111 | 11111101 | 110 | 10101 | 0 | 1 | 100011010 | 1011101 | 1011001 |
Color Harmonies of #EDC7FD
Complementary color
Monochromatic Colors of #EDC7FD
Black with #EDC7FD
Text Example
Text Example
White with #EDC7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC7FD; }
p { color: rgb(237,199,253); }
H1.HeaderClassName
{
color: #EDC7FD;
}
.AnyTagClassName
{
color: #EDC7FD;
}
</style>
background-color css
<style>
a { background-color: #EDC7FD; }
a { background-color: rgb(237,199,253); }
div.DivClassName
{
background-color: #EDC7FD;
}
.BgClassName
{
background-color: #EDC7FD;
}
</style>
border-color css
<style>
span { border-color: #EDC7FD; }
span { border-color: rgb(237,199,253); }
td.TdClassName
{
border-color: #EDC7FD;
}
.TagClassName
{
border-color: #EDC7FD;
}
</style>