Shades of Blue Chalk #EECAFD
Tints of Blue Chalk #EECAFD
RGB
CMYK
RGB Variations
Color information
#EECAFD (or 0xEECAFD) is known color: Blue Chalk. HEX triplet: EE, CA and FD. RGB value is (238,202,253). Sum of RGB (Red+Green+Blue) = 238+202+253=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 202 (79.30% from 255 or 29.15% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #EECAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAFD is #113502. Grayscale: #DADADA. Windows color (decimal): -1127683 or 16632558. OLE color: 16632558.
HSL color Cylindrical-coordinate representation of color #EECAFD: hue angle of 282.35º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EECAFD is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 202 | 253 | - |
CMYK | 0.06 | 0.20 | 0 | 0.01 |
HSL | 282.35º | 0.93% | 0.89% | - |
HSV(B) | 282.35º | 0.2% | 0.99% | - |
XYZ | 74.11 | 67.51 | 102.05 | - |
YUV | 218.58 | 147.43 | 141.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 202 | 253 | 0.06 | 0.20 | 0 | 0.01 | 282.35 | 0.93 | 0.89 |
Hex | EE | CA | FD | 6 | 14 | 0 | 1 | 11A | 5D | 59 |
Octal | 356 | 312 | 375 | 6 | 24 | 0 | 1 | 432 | 135 | 131 |
Binary | 11101110 | 11001010 | 11111101 | 110 | 10100 | 0 | 1 | 100011010 | 1011101 | 1011001 |
Color Harmonies of #EECAFD
Complementary color
Monochromatic Colors of #EECAFD
Black with #EECAFD
Text Example
Text Example
White with #EECAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAFD; }
p { color: rgb(238,202,253); }
H1.HeaderClassName
{
color: #EECAFD;
}
.AnyTagClassName
{
color: #EECAFD;
}
</style>
background-color css
<style>
a { background-color: #EECAFD; }
a { background-color: rgb(238,202,253); }
div.DivClassName
{
background-color: #EECAFD;
}
.BgClassName
{
background-color: #EECAFD;
}
</style>
border-color css
<style>
span { border-color: #EECAFD; }
span { border-color: rgb(238,202,253); }
td.TdClassName
{
border-color: #EECAFD;
}
.TagClassName
{
border-color: #EECAFD;
}
</style>