Shades of Blue Chalk #EDD5FC
Tints of Blue Chalk #EDD5FC
RGB
CMYK
RGB Variations
Color information
#EDD5FC (or 0xEDD5FC) is known color: Blue Chalk. HEX triplet: ED, D5 and FC. RGB value is (237,213,252). Sum of RGB (Red+Green+Blue) = 237+213+252=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 213 (83.59% from 255 or 30.34% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDD5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5FC is #122A03. Grayscale: #E0E0E0. Windows color (decimal): -1190404 or 16569837. OLE color: 16569837.
HSL color Cylindrical-coordinate representation of color #EDD5FC: hue angle of 276.92º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDD5FC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 213 | 252 | - |
CMYK | 0.06 | 0.15 | 0 | 0.01 |
HSL | 276.92º | 0.87% | 0.91% | - |
HSV(B) | 276.92º | 0.15% | 0.99% | - |
XYZ | 76.29 | 72.62 | 102.09 | - |
YUV | 224.62 | 143.45 | 136.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 213 | 252 | 0.06 | 0.15 | 0 | 0.01 | 276.92 | 0.87 | 0.91 |
Hex | ED | D5 | FC | 6 | F | 0 | 1 | 115 | 57 | 5B |
Octal | 355 | 325 | 374 | 6 | 17 | 0 | 1 | 425 | 127 | 133 |
Binary | 11101101 | 11010101 | 11111100 | 110 | 1111 | 0 | 1 | 100010101 | 1010111 | 1011011 |
Color Harmonies of #EDD5FC
Complementary color
Monochromatic Colors of #EDD5FC
Black with #EDD5FC
Text Example
Text Example
White with #EDD5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5FC; }
p { color: rgb(237,213,252); }
H1.HeaderClassName
{
color: #EDD5FC;
}
.AnyTagClassName
{
color: #EDD5FC;
}
</style>
background-color css
<style>
a { background-color: #EDD5FC; }
a { background-color: rgb(237,213,252); }
div.DivClassName
{
background-color: #EDD5FC;
}
.BgClassName
{
background-color: #EDD5FC;
}
</style>
border-color css
<style>
span { border-color: #EDD5FC; }
span { border-color: rgb(237,213,252); }
td.TdClassName
{
border-color: #EDD5FC;
}
.TagClassName
{
border-color: #EDD5FC;
}
</style>