Shades of Blue Chalk #EECAF5
Tints of Blue Chalk #EECAF5
RGB
CMYK
RGB Variations
Color information
#EECAF5 (or 0xEECAF5) is known color: Blue Chalk. HEX triplet: EE, CA and F5. RGB value is (238,202,245). Sum of RGB (Red+Green+Blue) = 238+202+245=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 202 (79.30% from 255 or 29.49% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 245 - color contains mainly: blue. Hex color #EECAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAF5 is #11350A. Grayscale: #D9D9D9. Windows color (decimal): -1127691 or 16108270. OLE color: 16108270.
HSL color Cylindrical-coordinate representation of color #EECAF5: hue angle of 290.23º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EECAF5 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 202 | 245 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.04 |
| HSL | 290.23º | 0.68% | 0.88% | - |
| HSV(B) | 290.23º | 0.18% | 0.96% | - |
| XYZ | 72.86 | 67.01 | 95.48 | - |
| YUV | 217.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 245 | 0.03 | 0.18 | 0 | 0.04 | 290.23 | 0.68 | 0.88 |
| Hex | EE | CA | F5 | 3 | 12 | 0 | 4 | 122 | 44 | 58 |
| Octal | 356 | 312 | 365 | 3 | 22 | 0 | 4 | 442 | 104 | 130 |
| Binary | 11101110 | 11001010 | 11110101 | 11 | 10010 | 0 | 100 | 100100010 | 1000100 | 1011000 |
Color Harmonies of #EECAF5
Complementary color
Monochromatic Colors of #EECAF5
Black with #EECAF5
Text Example
Text Example
White with #EECAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAF5; }
p { color: rgb(238,202,245); }
H1.HeaderClassName
{
color: #EECAF5;
}
.AnyTagClassName
{
color: #EECAF5;
}
</style>
background-color css
<style>
a { background-color: #EECAF5; }
a { background-color: rgb(238,202,245); }
div.DivClassName
{
background-color: #EECAF5;
}
.BgClassName
{
background-color: #EECAF5;
}
</style>
border-color css
<style>
span { border-color: #EECAF5; }
span { border-color: rgb(238,202,245); }
td.TdClassName
{
border-color: #EECAF5;
}
.TagClassName
{
border-color: #EECAF5;
}
</style>