Shades of Blue Chalk #EED0FF
Tints of Blue Chalk #EED0FF
RGB
CMYK
RGB Variations
Color information
#EED0FF (or 0xEED0FF) is known color: Blue Chalk. HEX triplet: EE, D0 and FF. RGB value is (238,208,255). Sum of RGB (Red+Green+Blue) = 238+208+255=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 208 (81.64% from 255 or 29.67% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #EED0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED0FF is #112F00. Grayscale: #DEDEDE. Windows color (decimal): -1126145 or 16765166. OLE color: 16765166.
HSL color Cylindrical-coordinate representation of color #EED0FF: hue angle of 278.3º 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 #EED0FF is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 208 | 255 | - |
| CMYK | 0.07 | 0.18 | 0 | 0 |
| HSL | 278.3º | 1% | 0.91% | - |
| HSV(B) | 278.3º | 0.18% | 1% | - |
| XYZ | 75.87 | 70.51 | 104.22 | - |
| YUV | 222.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 255 | 0.07 | 0.18 | 0 | 0 | 278.3 | 1 | 0.91 |
| Hex | EE | D0 | FF | 7 | 12 | 0 | 0 | 116 | 64 | 5B |
| Octal | 356 | 320 | 377 | 7 | 22 | 0 | 0 | 426 | 144 | 133 |
| Binary | 11101110 | 11010000 | 11111111 | 111 | 10010 | 0 | 0 | 100010110 | 1100100 | 1011011 |
Color Harmonies of #EED0FF
Complementary color
Monochromatic Colors of #EED0FF
Black with #EED0FF
Text Example
Text Example
White with #EED0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0FF; }
p { color: rgb(238,208,255); }
H1.HeaderClassName
{
color: #EED0FF;
}
.AnyTagClassName
{
color: #EED0FF;
}
</style>
background-color css
<style>
a { background-color: #EED0FF; }
a { background-color: rgb(238,208,255); }
div.DivClassName
{
background-color: #EED0FF;
}
.BgClassName
{
background-color: #EED0FF;
}
</style>
border-color css
<style>
span { border-color: #EED0FF; }
span { border-color: rgb(238,208,255); }
td.TdClassName
{
border-color: #EED0FF;
}
.TagClassName
{
border-color: #EED0FF;
}
</style>