Shades of Blue Chalk #EFCDF8
Tints of Blue Chalk #EFCDF8
RGB
CMYK
RGB Variations
Color information
#EFCDF8 (or 0xEFCDF8) is known color: Blue Chalk. HEX triplet: EF, CD and F8. RGB value is (239,205,248). Sum of RGB (Red+Green+Blue) = 239+205+248=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 205 (80.47% from 255 or 29.62% from 692); Blue value is 248 (97.27% from 255 or 35.84% from 692); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFCDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDF8 is #103207. Grayscale: #DBDBDB. Windows color (decimal): -1061384 or 16305647. OLE color: 16305647.
HSL color Cylindrical-coordinate representation of color #EFCDF8: hue angle of 287.44º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFCDF8 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 239 | 205 | 248 | - |
CMYK | 0.04 | 0.17 | 0 | 0.03 |
HSL | 287.44º | 0.75% | 0.89% | - |
HSV(B) | 287.44º | 0.17% | 0.97% | - |
XYZ | 74.37 | 68.79 | 98.17 | - |
YUV | 220.07 | 143.76 | 141.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 205 | 248 | 0.04 | 0.17 | 0 | 0.03 | 287.44 | 0.75 | 0.89 |
Hex | EF | CD | F8 | 4 | 11 | 0 | 3 | 11F | 4B | 59 |
Octal | 357 | 315 | 370 | 4 | 21 | 0 | 3 | 437 | 113 | 131 |
Binary | 11101111 | 11001101 | 11111000 | 100 | 10001 | 0 | 11 | 100011111 | 1001011 | 1011001 |
Color Harmonies of #EFCDF8
Complementary color
Monochromatic Colors of #EFCDF8
Black with #EFCDF8
Text Example
Text Example
White with #EFCDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDF8; }
p { color: rgb(239,205,248); }
H1.HeaderClassName
{
color: #EFCDF8;
}
.AnyTagClassName
{
color: #EFCDF8;
}
</style>
background-color css
<style>
a { background-color: #EFCDF8; }
a { background-color: rgb(239,205,248); }
div.DivClassName
{
background-color: #EFCDF8;
}
.BgClassName
{
background-color: #EFCDF8;
}
</style>
border-color css
<style>
span { border-color: #EFCDF8; }
span { border-color: rgb(239,205,248); }
td.TdClassName
{
border-color: #EFCDF8;
}
.TagClassName
{
border-color: #EFCDF8;
}
</style>