Shades of Blue Chalk #EED2FF
Tints of Blue Chalk #EED2FF
RGB
CMYK
RGB Variations
Color information
#EED2FF (or 0xEED2FF) is known color: Blue Chalk. HEX triplet: EE, D2 and FF. RGB value is (238,210,255). Sum of RGB (Red+Green+Blue) = 238+210+255=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 210 (82.42% from 255 or 29.87% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #EED2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2FF is #112D00. Grayscale: #DFDFDF. Windows color (decimal): -1125633 or 16765678. OLE color: 16765678.
HSL color Cylindrical-coordinate representation of color #EED2FF: hue angle of 277.33º 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 #EED2FF is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 210 | 255 | - |
| CMYK | 0.07 | 0.18 | 0 | 0 |
| HSL | 277.33º | 1% | 0.91% | - |
| HSV(B) | 277.33º | 0.18% | 1% | - |
| XYZ | 76.36 | 71.49 | 104.38 | - |
| YUV | 223.5 | 145.78 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 255 | 0.07 | 0.18 | 0 | 0 | 277.33 | 1 | 0.91 |
| Hex | EE | D2 | FF | 7 | 12 | 0 | 0 | 115 | 64 | 5B |
| Octal | 356 | 322 | 377 | 7 | 22 | 0 | 0 | 425 | 144 | 133 |
| Binary | 11101110 | 11010010 | 11111111 | 111 | 10010 | 0 | 0 | 100010101 | 1100100 | 1011011 |
Color Harmonies of #EED2FF
Complementary color
Monochromatic Colors of #EED2FF
Black with #EED2FF
Text Example
Text Example
White with #EED2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2FF; }
p { color: rgb(238,210,255); }
H1.HeaderClassName
{
color: #EED2FF;
}
.AnyTagClassName
{
color: #EED2FF;
}
</style>
background-color css
<style>
a { background-color: #EED2FF; }
a { background-color: rgb(238,210,255); }
div.DivClassName
{
background-color: #EED2FF;
}
.BgClassName
{
background-color: #EED2FF;
}
</style>
border-color css
<style>
span { border-color: #EED2FF; }
span { border-color: rgb(238,210,255); }
td.TdClassName
{
border-color: #EED2FF;
}
.TagClassName
{
border-color: #EED2FF;
}
</style>