Shades of Blue Chalk #EDCCFC
Tints of Blue Chalk #EDCCFC
RGB
CMYK
RGB Variations
Color information
#EDCCFC (or 0xEDCCFC) is known color: Blue Chalk. HEX triplet: ED, CC and FC. RGB value is (237,204,252). Sum of RGB (Red+Green+Blue) = 237+204+252=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 204 (80.08% from 255 or 29.44% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDCCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCFC is #123303. Grayscale: #DBDBDB. Windows color (decimal): -1192708 or 16567533. OLE color: 16567533.
HSL color Cylindrical-coordinate representation of color #EDCCFC: hue angle of 281.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDCCFC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 204 | 252 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.01 |
| HSL | 281.25º | 0.89% | 0.89% | - |
| HSV(B) | 281.25º | 0.19% | 0.99% | - |
| XYZ | 74.09 | 68.22 | 101.36 | - |
| YUV | 219.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 252 | 0.06 | 0.19 | 0 | 0.01 | 281.25 | 0.89 | 0.89 |
| Hex | ED | CC | FC | 6 | 13 | 0 | 1 | 119 | 59 | 59 |
| Octal | 355 | 314 | 374 | 6 | 23 | 0 | 1 | 431 | 131 | 131 |
| Binary | 11101101 | 11001100 | 11111100 | 110 | 10011 | 0 | 1 | 100011001 | 1011001 | 1011001 |
Color Harmonies of #EDCCFC
Complementary color
Monochromatic Colors of #EDCCFC
Black with #EDCCFC
Text Example
Text Example
White with #EDCCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCFC; }
p { color: rgb(237,204,252); }
H1.HeaderClassName
{
color: #EDCCFC;
}
.AnyTagClassName
{
color: #EDCCFC;
}
</style>
background-color css
<style>
a { background-color: #EDCCFC; }
a { background-color: rgb(237,204,252); }
div.DivClassName
{
background-color: #EDCCFC;
}
.BgClassName
{
background-color: #EDCCFC;
}
</style>
border-color css
<style>
span { border-color: #EDCCFC; }
span { border-color: rgb(237,204,252); }
td.TdClassName
{
border-color: #EDCCFC;
}
.TagClassName
{
border-color: #EDCCFC;
}
</style>