Shades of Blue Chalk #EED3F6
Tints of Blue Chalk #EED3F6
RGB
CMYK
RGB Variations
Color information
#EED3F6 (or 0xEED3F6) is known color: Blue Chalk. HEX triplet: EE, D3 and F6. RGB value is (238,211,246). Sum of RGB (Red+Green+Blue) = 238+211+246=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 211 (82.81% from 255 or 30.36% from 695); Blue value is 246 (96.48% from 255 or 35.40% from 695); Max value from RGB is 246 - color contains mainly: blue. Hex color #EED3F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED3F6 is #112C09. Grayscale: #DEDEDE. Windows color (decimal): -1125386 or 16176110. OLE color: 16176110.
HSL color Cylindrical-coordinate representation of color #EED3F6: hue angle of 286.29º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EED3F6 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 211 | 246 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.04 |
| HSL | 286.29º | 0.66% | 0.9% | - |
| HSV(B) | 286.29º | 0.14% | 0.96% | - |
| XYZ | 75.19 | 71.42 | 97.01 | - |
| YUV | 223.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 246 | 0.03 | 0.14 | 0 | 0.04 | 286.29 | 0.66 | 0.9 |
| Hex | EE | D3 | F6 | 3 | E | 0 | 4 | 11E | 42 | 5A |
| Octal | 356 | 323 | 366 | 3 | 16 | 0 | 4 | 436 | 102 | 132 |
| Binary | 11101110 | 11010011 | 11110110 | 11 | 1110 | 0 | 100 | 100011110 | 1000010 | 1011010 |
Color Harmonies of #EED3F6
Complementary color
Monochromatic Colors of #EED3F6
Black with #EED3F6
Text Example
Text Example
White with #EED3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED3F6; }
p { color: rgb(238,211,246); }
H1.HeaderClassName
{
color: #EED3F6;
}
.AnyTagClassName
{
color: #EED3F6;
}
</style>
background-color css
<style>
a { background-color: #EED3F6; }
a { background-color: rgb(238,211,246); }
div.DivClassName
{
background-color: #EED3F6;
}
.BgClassName
{
background-color: #EED3F6;
}
</style>
border-color css
<style>
span { border-color: #EED3F6; }
span { border-color: rgb(238,211,246); }
td.TdClassName
{
border-color: #EED3F6;
}
.TagClassName
{
border-color: #EED3F6;
}
</style>