Shades of Blue Chalk #EECFFD
Tints of Blue Chalk #EECFFD
RGB
CMYK
RGB Variations
Color information
#EECFFD (or 0xEECFFD) is known color: Blue Chalk. HEX triplet: EE, CF and FD. RGB value is (238,207,253). Sum of RGB (Red+Green+Blue) = 238+207+253=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 207 (81.25% from 255 or 29.66% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #EECFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFFD is #113002. Grayscale: #DDDDDD. Windows color (decimal): -1126403 or 16633838. OLE color: 16633838.
HSL color Cylindrical-coordinate representation of color #EECFFD: hue angle of 280.43º 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 #EECFFD is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 207 | 253 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.01 |
| HSL | 280.43º | 0.92% | 0.9% | - |
| HSV(B) | 280.43º | 0.18% | 0.99% | - |
| XYZ | 75.3 | 69.89 | 102.45 | - |
| YUV | 221.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 253 | 0.06 | 0.18 | 0 | 0.01 | 280.43 | 0.92 | 0.9 |
| Hex | EE | CF | FD | 6 | 12 | 0 | 1 | 118 | 5C | 5A |
| Octal | 356 | 317 | 375 | 6 | 22 | 0 | 1 | 430 | 134 | 132 |
| Binary | 11101110 | 11001111 | 11111101 | 110 | 10010 | 0 | 1 | 100011000 | 1011100 | 1011010 |
Color Harmonies of #EECFFD
Complementary color
Monochromatic Colors of #EECFFD
Black with #EECFFD
Text Example
Text Example
White with #EECFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFFD; }
p { color: rgb(238,207,253); }
H1.HeaderClassName
{
color: #EECFFD;
}
.AnyTagClassName
{
color: #EECFFD;
}
</style>
background-color css
<style>
a { background-color: #EECFFD; }
a { background-color: rgb(238,207,253); }
div.DivClassName
{
background-color: #EECFFD;
}
.BgClassName
{
background-color: #EECFFD;
}
</style>
border-color css
<style>
span { border-color: #EECFFD; }
span { border-color: rgb(238,207,253); }
td.TdClassName
{
border-color: #EECFFD;
}
.TagClassName
{
border-color: #EECFFD;
}
</style>