Shades of Blue Chalk #EDCBFE
Tints of Blue Chalk #EDCBFE
RGB
CMYK
RGB Variations
Color information
#EDCBFE (or 0xEDCBFE) is known color: Blue Chalk. HEX triplet: ED, CB and FE. RGB value is (237,203,254). Sum of RGB (Red+Green+Blue) = 237+203+254=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 203 (79.69% from 255 or 29.25% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDCBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCBFE is #123401. Grayscale: #DADADA. Windows color (decimal): -1192962 or 16698349. OLE color: 16698349.
HSL color Cylindrical-coordinate representation of color #EDCBFE: hue angle of 280º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDCBFE is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 203 | 254 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.00 |
| HSL | 280º | 0.96% | 0.9% | - |
| HSV(B) | 280º | 0.2% | 1% | - |
| XYZ | 74.17 | 67.87 | 102.96 | - |
| YUV | 218.98 | 147.76 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 254 | 0.07 | 0.20 | 0 | 0.00 | 280 | 0.96 | 0.9 |
| Hex | ED | CB | FE | 7 | 14 | 0 | 0 | 118 | 60 | 5A |
| Octal | 355 | 313 | 376 | 7 | 24 | 0 | 0 | 430 | 140 | 132 |
| Binary | 11101101 | 11001011 | 11111110 | 111 | 10100 | 0 | 0 | 100011000 | 1100000 | 1011010 |
Color Harmonies of #EDCBFE
Complementary color
Monochromatic Colors of #EDCBFE
Black with #EDCBFE
Text Example
Text Example
White with #EDCBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCBFE; }
p { color: rgb(237,203,254); }
H1.HeaderClassName
{
color: #EDCBFE;
}
.AnyTagClassName
{
color: #EDCBFE;
}
</style>
background-color css
<style>
a { background-color: #EDCBFE; }
a { background-color: rgb(237,203,254); }
div.DivClassName
{
background-color: #EDCBFE;
}
.BgClassName
{
background-color: #EDCBFE;
}
</style>
border-color css
<style>
span { border-color: #EDCBFE; }
span { border-color: rgb(237,203,254); }
td.TdClassName
{
border-color: #EDCBFE;
}
.TagClassName
{
border-color: #EDCBFE;
}
</style>