Shades of Blue Chalk #EDD7FD
Tints of Blue Chalk #EDD7FD
RGB
CMYK
RGB Variations
Color information
#EDD7FD (or 0xEDD7FD) is known color: Blue Chalk. HEX triplet: ED, D7 and FD. RGB value is (237,215,253). Sum of RGB (Red+Green+Blue) = 237+215+253=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 215 (84.38% from 255 or 30.50% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDD7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7FD is #122802. Grayscale: #E1E1E1. Windows color (decimal): -1189891 or 16635885. OLE color: 16635885.
HSL color Cylindrical-coordinate representation of color #EDD7FD: hue angle of 274.74º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDD7FD is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 215 | 253 | - |
CMYK | 0.06 | 0.15 | 0 | 0.01 |
HSL | 274.74º | 0.9% | 0.92% | - |
HSV(B) | 274.74º | 0.15% | 0.99% | - |
XYZ | 76.96 | 73.7 | 103.1 | - |
YUV | 225.91 | 143.29 | 135.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 215 | 253 | 0.06 | 0.15 | 0 | 0.01 | 274.74 | 0.9 | 0.92 |
Hex | ED | D7 | FD | 6 | F | 0 | 1 | 113 | 5A | 5C |
Octal | 355 | 327 | 375 | 6 | 17 | 0 | 1 | 423 | 132 | 134 |
Binary | 11101101 | 11010111 | 11111101 | 110 | 1111 | 0 | 1 | 100010011 | 1011010 | 1011100 |
Color Harmonies of #EDD7FD
Complementary color
Monochromatic Colors of #EDD7FD
Black with #EDD7FD
Text Example
Text Example
White with #EDD7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD7FD; }
p { color: rgb(237,215,253); }
H1.HeaderClassName
{
color: #EDD7FD;
}
.AnyTagClassName
{
color: #EDD7FD;
}
</style>
background-color css
<style>
a { background-color: #EDD7FD; }
a { background-color: rgb(237,215,253); }
div.DivClassName
{
background-color: #EDD7FD;
}
.BgClassName
{
background-color: #EDD7FD;
}
</style>
border-color css
<style>
span { border-color: #EDD7FD; }
span { border-color: rgb(237,215,253); }
td.TdClassName
{
border-color: #EDD7FD;
}
.TagClassName
{
border-color: #EDD7FD;
}
</style>