Shades of Blue Chalk #EDCEFC
Tints of Blue Chalk #EDCEFC
RGB
CMYK
RGB Variations
Color information
#EDCEFC (or 0xEDCEFC) is known color: Blue Chalk. HEX triplet: ED, CE and FC. RGB value is (237,206,252). Sum of RGB (Red+Green+Blue) = 237+206+252=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 206 (80.86% from 255 or 29.64% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDCEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCEFC is #123103. Grayscale: #DCDCDC. Windows color (decimal): -1192196 or 16568045. OLE color: 16568045.
HSL color Cylindrical-coordinate representation of color #EDCEFC: hue angle of 280.43º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDCEFC is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 206 | 252 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.01 |
| HSL | 280.43º | 0.88% | 0.9% | - |
| HSV(B) | 280.43º | 0.18% | 0.99% | - |
| XYZ | 74.57 | 69.18 | 101.52 | - |
| YUV | 220.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 252 | 0.06 | 0.18 | 0 | 0.01 | 280.43 | 0.88 | 0.9 |
| Hex | ED | CE | FC | 6 | 12 | 0 | 1 | 118 | 58 | 5A |
| Octal | 355 | 316 | 374 | 6 | 22 | 0 | 1 | 430 | 130 | 132 |
| Binary | 11101101 | 11001110 | 11111100 | 110 | 10010 | 0 | 1 | 100011000 | 1011000 | 1011010 |
Color Harmonies of #EDCEFC
Complementary color
Monochromatic Colors of #EDCEFC
Black with #EDCEFC
Text Example
Text Example
White with #EDCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCEFC; }
p { color: rgb(237,206,252); }
H1.HeaderClassName
{
color: #EDCEFC;
}
.AnyTagClassName
{
color: #EDCEFC;
}
</style>
background-color css
<style>
a { background-color: #EDCEFC; }
a { background-color: rgb(237,206,252); }
div.DivClassName
{
background-color: #EDCEFC;
}
.BgClassName
{
background-color: #EDCEFC;
}
</style>
border-color css
<style>
span { border-color: #EDCEFC; }
span { border-color: rgb(237,206,252); }
td.TdClassName
{
border-color: #EDCEFC;
}
.TagClassName
{
border-color: #EDCEFC;
}
</style>