Shades of Blue Chalk #EEC7FD
Tints of Blue Chalk #EEC7FD
RGB
CMYK
RGB Variations
Color information
#EEC7FD (or 0xEEC7FD) is known color: Blue Chalk. HEX triplet: EE, C7 and FD. RGB value is (238,199,253). Sum of RGB (Red+Green+Blue) = 238+199+253=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 199 (78.12% from 255 or 28.84% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEC7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC7FD is #113802. Grayscale: #D8D8D8. Windows color (decimal): -1128451 or 16631790. OLE color: 16631790.
HSL color Cylindrical-coordinate representation of color #EEC7FD: hue angle of 283.33º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEC7FD is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 199 | 253 | - |
CMYK | 0.06 | 0.21 | 0 | 0.01 |
HSL | 283.33º | 0.93% | 0.89% | - |
HSV(B) | 283.33º | 0.21% | 0.99% | - |
XYZ | 73.41 | 66.12 | 101.82 | - |
YUV | 216.82 | 148.42 | 143.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 199 | 253 | 0.06 | 0.21 | 0 | 0.01 | 283.33 | 0.93 | 0.89 |
Hex | EE | C7 | FD | 6 | 15 | 0 | 1 | 11B | 5D | 59 |
Octal | 356 | 307 | 375 | 6 | 25 | 0 | 1 | 433 | 135 | 131 |
Binary | 11101110 | 11000111 | 11111101 | 110 | 10101 | 0 | 1 | 100011011 | 1011101 | 1011001 |
Color Harmonies of #EEC7FD
Complementary color
Monochromatic Colors of #EEC7FD
Black with #EEC7FD
Text Example
Text Example
White with #EEC7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7FD; }
p { color: rgb(238,199,253); }
H1.HeaderClassName
{
color: #EEC7FD;
}
.AnyTagClassName
{
color: #EEC7FD;
}
</style>
background-color css
<style>
a { background-color: #EEC7FD; }
a { background-color: rgb(238,199,253); }
div.DivClassName
{
background-color: #EEC7FD;
}
.BgClassName
{
background-color: #EEC7FD;
}
</style>
border-color css
<style>
span { border-color: #EEC7FD; }
span { border-color: rgb(238,199,253); }
td.TdClassName
{
border-color: #EEC7FD;
}
.TagClassName
{
border-color: #EEC7FD;
}
</style>