Shades of Blue Chalk #EDD4FD
Tints of Blue Chalk #EDD4FD
RGB
CMYK
RGB Variations
Color information
#EDD4FD (or 0xEDD4FD) is known color: Blue Chalk. HEX triplet: ED, D4 and FD. RGB value is (237,212,253). Sum of RGB (Red+Green+Blue) = 237+212+253=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 212 (83.20% from 255 or 30.20% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDD4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD4FD is #122B02. Grayscale: #E0E0E0. Windows color (decimal): -1190659 or 16635117. OLE color: 16635117.
HSL color Cylindrical-coordinate representation of color #EDD4FD: hue angle of 276.59º 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 #EDD4FD is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 212 | 253 | - |
CMYK | 0.06 | 0.16 | 0 | 0.01 |
HSL | 276.59º | 0.91% | 0.91% | - |
HSV(B) | 276.59º | 0.16% | 0.99% | - |
XYZ | 76.2 | 72.18 | 102.85 | - |
YUV | 224.15 | 144.28 | 137.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 212 | 253 | 0.06 | 0.16 | 0 | 0.01 | 276.59 | 0.91 | 0.91 |
Hex | ED | D4 | FD | 6 | 10 | 0 | 1 | 115 | 5B | 5B |
Octal | 355 | 324 | 375 | 6 | 20 | 0 | 1 | 425 | 133 | 133 |
Binary | 11101101 | 11010100 | 11111101 | 110 | 10000 | 0 | 1 | 100010101 | 1011011 | 1011011 |
Color Harmonies of #EDD4FD
Complementary color
Monochromatic Colors of #EDD4FD
Black with #EDD4FD
Text Example
Text Example
White with #EDD4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD4FD; }
p { color: rgb(237,212,253); }
H1.HeaderClassName
{
color: #EDD4FD;
}
.AnyTagClassName
{
color: #EDD4FD;
}
</style>
background-color css
<style>
a { background-color: #EDD4FD; }
a { background-color: rgb(237,212,253); }
div.DivClassName
{
background-color: #EDD4FD;
}
.BgClassName
{
background-color: #EDD4FD;
}
</style>
border-color css
<style>
span { border-color: #EDD4FD; }
span { border-color: rgb(237,212,253); }
td.TdClassName
{
border-color: #EDD4FD;
}
.TagClassName
{
border-color: #EDD4FD;
}
</style>