Shades of Blue Chalk #EECDFB
Tints of Blue Chalk #EECDFB
RGB
CMYK
RGB Variations
Color information
#EECDFB (or 0xEECDFB) is known color: Blue Chalk. HEX triplet: EE, CD and FB. RGB value is (238,205,251). Sum of RGB (Red+Green+Blue) = 238+205+251=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 205 (80.47% from 255 or 29.54% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #EECDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDFB is #113204. Grayscale: #DBDBDB. Windows color (decimal): -1126917 or 16502254. OLE color: 16502254.
HSL color Cylindrical-coordinate representation of color #EECDFB: hue angle of 283.04º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EECDFB is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 205 | 251 | - |
CMYK | 0.05 | 0.18 | 0 | 0.02 |
HSL | 283.04º | 0.85% | 0.89% | - |
HSV(B) | 283.04º | 0.18% | 0.98% | - |
XYZ | 74.5 | 68.8 | 100.62 | - |
YUV | 220.11 | 145.43 | 140.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 205 | 251 | 0.05 | 0.18 | 0 | 0.02 | 283.04 | 0.85 | 0.89 |
Hex | EE | CD | FB | 5 | 12 | 0 | 2 | 11B | 55 | 59 |
Octal | 356 | 315 | 373 | 5 | 22 | 0 | 2 | 433 | 125 | 131 |
Binary | 11101110 | 11001101 | 11111011 | 101 | 10010 | 0 | 10 | 100011011 | 1010101 | 1011001 |
Color Harmonies of #EECDFB
Complementary color
Monochromatic Colors of #EECDFB
Black with #EECDFB
Text Example
Text Example
White with #EECDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDFB; }
p { color: rgb(238,205,251); }
H1.HeaderClassName
{
color: #EECDFB;
}
.AnyTagClassName
{
color: #EECDFB;
}
</style>
background-color css
<style>
a { background-color: #EECDFB; }
a { background-color: rgb(238,205,251); }
div.DivClassName
{
background-color: #EECDFB;
}
.BgClassName
{
background-color: #EECDFB;
}
</style>
border-color css
<style>
span { border-color: #EECDFB; }
span { border-color: rgb(238,205,251); }
td.TdClassName
{
border-color: #EECDFB;
}
.TagClassName
{
border-color: #EECDFB;
}
</style>