Shades of Blue Chalk #EDD5F3
Tints of Blue Chalk #EDD5F3
RGB
CMYK
RGB Variations
Color information
#EDD5F3 (or 0xEDD5F3) is known color: Blue Chalk. HEX triplet: ED, D5 and F3. RGB value is (237,213,243). Sum of RGB (Red+Green+Blue) = 237+213+243=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 213 (83.59% from 255 or 30.74% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDD5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5F3 is #122A0C. Grayscale: #DFDFDF. Windows color (decimal): -1190413 or 15980013. OLE color: 15980013.
HSL color Cylindrical-coordinate representation of color #EDD5F3: hue angle of 288º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD5F3 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 213 | 243 | - |
CMYK | 0.02 | 0.12 | 0 | 0.05 |
HSL | 288º | 0.56% | 0.89% | - |
HSV(B) | 288º | 0.12% | 0.95% | - |
XYZ | 74.9 | 72.06 | 94.76 | - |
YUV | 223.6 | 138.95 | 137.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 213 | 243 | 0.02 | 0.12 | 0 | 0.05 | 288 | 0.56 | 0.89 |
Hex | ED | D5 | F3 | 2 | C | 0 | 5 | 120 | 38 | 59 |
Octal | 355 | 325 | 363 | 2 | 14 | 0 | 5 | 440 | 70 | 131 |
Binary | 11101101 | 11010101 | 11110011 | 10 | 1100 | 0 | 101 | 100100000 | 111000 | 1011001 |
Color Harmonies of #EDD5F3
Complementary color
Monochromatic Colors of #EDD5F3
Black with #EDD5F3
Text Example
Text Example
White with #EDD5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5F3; }
p { color: rgb(237,213,243); }
H1.HeaderClassName
{
color: #EDD5F3;
}
.AnyTagClassName
{
color: #EDD5F3;
}
</style>
background-color css
<style>
a { background-color: #EDD5F3; }
a { background-color: rgb(237,213,243); }
div.DivClassName
{
background-color: #EDD5F3;
}
.BgClassName
{
background-color: #EDD5F3;
}
</style>
border-color css
<style>
span { border-color: #EDD5F3; }
span { border-color: rgb(237,213,243); }
td.TdClassName
{
border-color: #EDD5F3;
}
.TagClassName
{
border-color: #EDD5F3;
}
</style>