Shades of Blue Chalk #EED1FF
Tints of Blue Chalk #EED1FF
RGB
CMYK
RGB Variations
Color information
#EED1FF (or 0xEED1FF) is known color: Blue Chalk. HEX triplet: EE, D1 and FF. RGB value is (238,209,255). Sum of RGB (Red+Green+Blue) = 238+209+255=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 209 (82.03% from 255 or 29.77% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #EED1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED1FF is #112E00. Grayscale: #DEDEDE. Windows color (decimal): -1125889 or 16765422. OLE color: 16765422.
HSL color Cylindrical-coordinate representation of color #EED1FF: hue angle of 277.83º 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 #EED1FF is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 209 | 255 | - |
| CMYK | 0.07 | 0.18 | 0 | 0 |
| HSL | 277.83º | 1% | 0.91% | - |
| HSV(B) | 277.83º | 0.18% | 1% | - |
| XYZ | 76.11 | 71 | 104.3 | - |
| YUV | 222.92 | 146.11 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 255 | 0.07 | 0.18 | 0 | 0 | 277.83 | 1 | 0.91 |
| Hex | EE | D1 | FF | 7 | 12 | 0 | 0 | 116 | 64 | 5B |
| Octal | 356 | 321 | 377 | 7 | 22 | 0 | 0 | 426 | 144 | 133 |
| Binary | 11101110 | 11010001 | 11111111 | 111 | 10010 | 0 | 0 | 100010110 | 1100100 | 1011011 |
Color Harmonies of #EED1FF
Complementary color
Monochromatic Colors of #EED1FF
Black with #EED1FF
Text Example
Text Example
White with #EED1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1FF; }
p { color: rgb(238,209,255); }
H1.HeaderClassName
{
color: #EED1FF;
}
.AnyTagClassName
{
color: #EED1FF;
}
</style>
background-color css
<style>
a { background-color: #EED1FF; }
a { background-color: rgb(238,209,255); }
div.DivClassName
{
background-color: #EED1FF;
}
.BgClassName
{
background-color: #EED1FF;
}
</style>
border-color css
<style>
span { border-color: #EED1FF; }
span { border-color: rgb(238,209,255); }
td.TdClassName
{
border-color: #EED1FF;
}
.TagClassName
{
border-color: #EED1FF;
}
</style>