Shades of Blue Chalk #EDCDF9
Tints of Blue Chalk #EDCDF9
RGB
CMYK
RGB Variations
Color information
#EDCDF9 (or 0xEDCDF9) is known color: Blue Chalk. HEX triplet: ED, CD and F9. RGB value is (237,205,249). Sum of RGB (Red+Green+Blue) = 237+205+249=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 205 (80.47% from 255 or 29.67% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDCDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDF9 is #123206. Grayscale: #DBDBDB. Windows color (decimal): -1192455 or 16371181. OLE color: 16371181.
HSL color Cylindrical-coordinate representation of color #EDCDF9: hue angle of 283.64º degrees, saturation: 0.79, 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 #EDCDF9 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 205 | 249 | - |
CMYK | 0.05 | 0.18 | 0 | 0.02 |
HSL | 283.64º | 0.79% | 0.89% | - |
HSV(B) | 283.64º | 0.18% | 0.98% | - |
XYZ | 73.86 | 68.51 | 98.95 | - |
YUV | 219.58 | 144.6 | 140.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 205 | 249 | 0.05 | 0.18 | 0 | 0.02 | 283.64 | 0.79 | 0.89 |
Hex | ED | CD | F9 | 5 | 12 | 0 | 2 | 11C | 4F | 59 |
Octal | 355 | 315 | 371 | 5 | 22 | 0 | 2 | 434 | 117 | 131 |
Binary | 11101101 | 11001101 | 11111001 | 101 | 10010 | 0 | 10 | 100011100 | 1001111 | 1011001 |
Color Harmonies of #EDCDF9
Complementary color
Monochromatic Colors of #EDCDF9
Black with #EDCDF9
Text Example
Text Example
White with #EDCDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDF9; }
p { color: rgb(237,205,249); }
H1.HeaderClassName
{
color: #EDCDF9;
}
.AnyTagClassName
{
color: #EDCDF9;
}
</style>
background-color css
<style>
a { background-color: #EDCDF9; }
a { background-color: rgb(237,205,249); }
div.DivClassName
{
background-color: #EDCDF9;
}
.BgClassName
{
background-color: #EDCDF9;
}
</style>
border-color css
<style>
span { border-color: #EDCDF9; }
span { border-color: rgb(237,205,249); }
td.TdClassName
{
border-color: #EDCDF9;
}
.TagClassName
{
border-color: #EDCDF9;
}
</style>