Shades of Blue Chalk #EECAFB
Tints of Blue Chalk #EECAFB
RGB
CMYK
RGB Variations
Color information
#EECAFB (or 0xEECAFB) is known color: Blue Chalk. HEX triplet: EE, CA and FB. RGB value is (238,202,251). Sum of RGB (Red+Green+Blue) = 238+202+251=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 202 (79.30% from 255 or 29.23% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #EECAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAFB is #113504. Grayscale: #DADADA. Windows color (decimal): -1127685 or 16501486. OLE color: 16501486.
HSL color Cylindrical-coordinate representation of color #EECAFB: hue angle of 284.08º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EECAFB is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 202 | 251 | - |
CMYK | 0.05 | 0.20 | 0 | 0.02 |
HSL | 284.08º | 0.86% | 0.89% | - |
HSV(B) | 284.08º | 0.2% | 0.98% | - |
XYZ | 73.79 | 67.38 | 100.38 | - |
YUV | 218.35 | 146.43 | 142.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 202 | 251 | 0.05 | 0.20 | 0 | 0.02 | 284.08 | 0.86 | 0.89 |
Hex | EE | CA | FB | 5 | 14 | 0 | 2 | 11C | 56 | 59 |
Octal | 356 | 312 | 373 | 5 | 24 | 0 | 2 | 434 | 126 | 131 |
Binary | 11101110 | 11001010 | 11111011 | 101 | 10100 | 0 | 10 | 100011100 | 1010110 | 1011001 |
Color Harmonies of #EECAFB
Complementary color
Monochromatic Colors of #EECAFB
Black with #EECAFB
Text Example
Text Example
White with #EECAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAFB; }
p { color: rgb(238,202,251); }
H1.HeaderClassName
{
color: #EECAFB;
}
.AnyTagClassName
{
color: #EECAFB;
}
</style>
background-color css
<style>
a { background-color: #EECAFB; }
a { background-color: rgb(238,202,251); }
div.DivClassName
{
background-color: #EECAFB;
}
.BgClassName
{
background-color: #EECAFB;
}
</style>
border-color css
<style>
span { border-color: #EECAFB; }
span { border-color: rgb(238,202,251); }
td.TdClassName
{
border-color: #EECAFB;
}
.TagClassName
{
border-color: #EECAFB;
}
</style>