Shades of Blue Chalk #EED0FD
Tints of Blue Chalk #EED0FD
RGB
CMYK
RGB Variations
Color information
#EED0FD (or 0xEED0FD) is known color: Blue Chalk. HEX triplet: EE, D0 and FD. RGB value is (238,208,253). Sum of RGB (Red+Green+Blue) = 238+208+253=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 208 (81.64% from 255 or 29.76% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #EED0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED0FD is #112F02. Grayscale: #DDDDDD. Windows color (decimal): -1126147 or 16634094. OLE color: 16634094.
HSL color Cylindrical-coordinate representation of color #EED0FD: hue angle of 280º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EED0FD is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 208 | 253 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.01 |
| HSL | 280º | 0.92% | 0.9% | - |
| HSV(B) | 280º | 0.18% | 0.99% | - |
| XYZ | 75.55 | 70.38 | 102.53 | - |
| YUV | 222.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 253 | 0.06 | 0.18 | 0 | 0.01 | 280 | 0.92 | 0.9 |
| Hex | EE | D0 | FD | 6 | 12 | 0 | 1 | 118 | 5C | 5A |
| Octal | 356 | 320 | 375 | 6 | 22 | 0 | 1 | 430 | 134 | 132 |
| Binary | 11101110 | 11010000 | 11111101 | 110 | 10010 | 0 | 1 | 100011000 | 1011100 | 1011010 |
Color Harmonies of #EED0FD
Complementary color
Monochromatic Colors of #EED0FD
Black with #EED0FD
Text Example
Text Example
White with #EED0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0FD; }
p { color: rgb(238,208,253); }
H1.HeaderClassName
{
color: #EED0FD;
}
.AnyTagClassName
{
color: #EED0FD;
}
</style>
background-color css
<style>
a { background-color: #EED0FD; }
a { background-color: rgb(238,208,253); }
div.DivClassName
{
background-color: #EED0FD;
}
.BgClassName
{
background-color: #EED0FD;
}
</style>
border-color css
<style>
span { border-color: #EED0FD; }
span { border-color: rgb(238,208,253); }
td.TdClassName
{
border-color: #EED0FD;
}
.TagClassName
{
border-color: #EED0FD;
}
</style>