Shades of Blue Chalk #EDD0FF
Tints of Blue Chalk #EDD0FF
RGB
CMYK
RGB Variations
Color information
#EDD0FF (or 0xEDD0FF) is known color: Blue Chalk. HEX triplet: ED, D0 and FF. RGB value is (237,208,255). Sum of RGB (Red+Green+Blue) = 237+208+255=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 208 (81.64% from 255 or 29.71% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDD0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0FF is #122F00. Grayscale: #DDDDDD. Windows color (decimal): -1191681 or 16765165. OLE color: 16765165.
HSL color Cylindrical-coordinate representation of color #EDD0FF: hue angle of 277.02º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDD0FF is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 237 | 208 | 255 | - |
CMYK | 0.07 | 0.18 | 0 | 0 |
HSL | 277.02º | 1% | 0.91% | - |
HSV(B) | 277.02º | 0.18% | 1% | - |
XYZ | 75.53 | 70.34 | 104.2 | - |
YUV | 222.03 | 146.61 | 138.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 208 | 255 | 0.07 | 0.18 | 0 | 0 | 277.02 | 1 | 0.91 |
Hex | ED | D0 | FF | 7 | 12 | 0 | 0 | 115 | 64 | 5B |
Octal | 355 | 320 | 377 | 7 | 22 | 0 | 0 | 425 | 144 | 133 |
Binary | 11101101 | 11010000 | 11111111 | 111 | 10010 | 0 | 0 | 100010101 | 1100100 | 1011011 |
Color Harmonies of #EDD0FF
Complementary color
Monochromatic Colors of #EDD0FF
Black with #EDD0FF
Text Example
Text Example
White with #EDD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0FF; }
p { color: rgb(237,208,255); }
H1.HeaderClassName
{
color: #EDD0FF;
}
.AnyTagClassName
{
color: #EDD0FF;
}
</style>
background-color css
<style>
a { background-color: #EDD0FF; }
a { background-color: rgb(237,208,255); }
div.DivClassName
{
background-color: #EDD0FF;
}
.BgClassName
{
background-color: #EDD0FF;
}
</style>
border-color css
<style>
span { border-color: #EDD0FF; }
span { border-color: rgb(237,208,255); }
td.TdClassName
{
border-color: #EDD0FF;
}
.TagClassName
{
border-color: #EDD0FF;
}
</style>