Shades of Blue Chalk #EECBFD
Tints of Blue Chalk #EECBFD
RGB
CMYK
RGB Variations
Color information
#EECBFD (or 0xEECBFD) is known color: Blue Chalk. HEX triplet: EE, CB and FD. RGB value is (238,203,253). Sum of RGB (Red+Green+Blue) = 238+203+253=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 203 (79.69% from 255 or 29.25% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #EECBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBFD is #113402. Grayscale: #DBDBDB. Windows color (decimal): -1127427 or 16632814. OLE color: 16632814.
HSL color Cylindrical-coordinate representation of color #EECBFD: hue angle of 282º 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 #EECBFD is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 203 | 253 | - |
CMYK | 0.06 | 0.20 | 0 | 0.01 |
HSL | 282º | 0.93% | 0.89% | - |
HSV(B) | 282º | 0.2% | 0.99% | - |
XYZ | 74.35 | 67.98 | 102.13 | - |
YUV | 219.17 | 147.1 | 141.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 203 | 253 | 0.06 | 0.20 | 0 | 0.01 | 282 | 0.93 | 0.89 |
Hex | EE | CB | FD | 6 | 14 | 0 | 1 | 11A | 5D | 59 |
Octal | 356 | 313 | 375 | 6 | 24 | 0 | 1 | 432 | 135 | 131 |
Binary | 11101110 | 11001011 | 11111101 | 110 | 10100 | 0 | 1 | 100011010 | 1011101 | 1011001 |
Color Harmonies of #EECBFD
Complementary color
Monochromatic Colors of #EECBFD
Black with #EECBFD
Text Example
Text Example
White with #EECBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBFD; }
p { color: rgb(238,203,253); }
H1.HeaderClassName
{
color: #EECBFD;
}
.AnyTagClassName
{
color: #EECBFD;
}
</style>
background-color css
<style>
a { background-color: #EECBFD; }
a { background-color: rgb(238,203,253); }
div.DivClassName
{
background-color: #EECBFD;
}
.BgClassName
{
background-color: #EECBFD;
}
</style>
border-color css
<style>
span { border-color: #EECBFD; }
span { border-color: rgb(238,203,253); }
td.TdClassName
{
border-color: #EECBFD;
}
.TagClassName
{
border-color: #EECBFD;
}
</style>