Shades of Blue Chalk #EEC2F7
Tints of Blue Chalk #EEC2F7
RGB
CMYK
RGB Variations
Color information
#EEC2F7 (or 0xEEC2F7) is known color: Blue Chalk. HEX triplet: EE, C2 and F7. RGB value is (238,194,247). Sum of RGB (Red+Green+Blue) = 238+194+247=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 194 (76.17% from 255 or 28.57% from 679); Blue value is 247 (96.88% from 255 or 36.38% from 679); Max value from RGB is 247 - color contains mainly: blue. Hex color #EEC2F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC2F7 is #113D08. Grayscale: #D5D5D5. Windows color (decimal): -1129737 or 16237294. OLE color: 16237294.
HSL color Cylindrical-coordinate representation of color #EEC2F7: hue angle of 289.81º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEC2F7 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 238 | 194 | 247 | - |
CMYK | 0.04 | 0.21 | 0 | 0.03 |
HSL | 289.81º | 0.77% | 0.86% | - |
HSV(B) | 289.81º | 0.21% | 0.97% | - |
XYZ | 71.34 | 63.48 | 96.49 | - |
YUV | 213.2 | 147.08 | 145.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 194 | 247 | 0.04 | 0.21 | 0 | 0.03 | 289.81 | 0.77 | 0.86 |
Hex | EE | C2 | F7 | 4 | 15 | 0 | 3 | 122 | 4D | 56 |
Octal | 356 | 302 | 367 | 4 | 25 | 0 | 3 | 442 | 115 | 126 |
Binary | 11101110 | 11000010 | 11110111 | 100 | 10101 | 0 | 11 | 100100010 | 1001101 | 1010110 |
Color Harmonies of #EEC2F7
Complementary color
Monochromatic Colors of #EEC2F7
Black with #EEC2F7
Text Example
Text Example
White with #EEC2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC2F7; }
p { color: rgb(238,194,247); }
H1.HeaderClassName
{
color: #EEC2F7;
}
.AnyTagClassName
{
color: #EEC2F7;
}
</style>
background-color css
<style>
a { background-color: #EEC2F7; }
a { background-color: rgb(238,194,247); }
div.DivClassName
{
background-color: #EEC2F7;
}
.BgClassName
{
background-color: #EEC2F7;
}
</style>
border-color css
<style>
span { border-color: #EEC2F7; }
span { border-color: rgb(238,194,247); }
td.TdClassName
{
border-color: #EEC2F7;
}
.TagClassName
{
border-color: #EEC2F7;
}
</style>