Shades of Blue Chalk #EDD9FD
Tints of Blue Chalk #EDD9FD
RGB
CMYK
RGB Variations
Color information
#EDD9FD (or 0xEDD9FD) is known color: Blue Chalk. HEX triplet: ED, D9 and FD. RGB value is (237,217,253). Sum of RGB (Red+Green+Blue) = 237+217+253=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 217 (85.16% from 255 or 30.69% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDD9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9FD is #122602. Grayscale: #E2E2E2. Windows color (decimal): -1189379 or 16636397. OLE color: 16636397.
HSL color Cylindrical-coordinate representation of color #EDD9FD: hue angle of 273.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD9FD is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 217 | 253 | - |
CMYK | 0.06 | 0.14 | 0 | 0.01 |
HSL | 273.33º | 0.9% | 0.92% | - |
HSV(B) | 273.33º | 0.14% | 0.99% | - |
XYZ | 77.47 | 74.72 | 103.27 | - |
YUV | 227.08 | 142.63 | 135.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 217 | 253 | 0.06 | 0.14 | 0 | 0.01 | 273.33 | 0.9 | 0.92 |
Hex | ED | D9 | FD | 6 | E | 0 | 1 | 111 | 5A | 5C |
Octal | 355 | 331 | 375 | 6 | 16 | 0 | 1 | 421 | 132 | 134 |
Binary | 11101101 | 11011001 | 11111101 | 110 | 1110 | 0 | 1 | 100010001 | 1011010 | 1011100 |
Color Harmonies of #EDD9FD
Complementary color
Monochromatic Colors of #EDD9FD
Black with #EDD9FD
Text Example
Text Example
White with #EDD9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9FD; }
p { color: rgb(237,217,253); }
H1.HeaderClassName
{
color: #EDD9FD;
}
.AnyTagClassName
{
color: #EDD9FD;
}
</style>
background-color css
<style>
a { background-color: #EDD9FD; }
a { background-color: rgb(237,217,253); }
div.DivClassName
{
background-color: #EDD9FD;
}
.BgClassName
{
background-color: #EDD9FD;
}
</style>
border-color css
<style>
span { border-color: #EDD9FD; }
span { border-color: rgb(237,217,253); }
td.TdClassName
{
border-color: #EDD9FD;
}
.TagClassName
{
border-color: #EDD9FD;
}
</style>