Shades of Blue Chalk #EDCDFC
Tints of Blue Chalk #EDCDFC
RGB
CMYK
RGB Variations
Color information
#EDCDFC (or 0xEDCDFC) is known color: Blue Chalk. HEX triplet: ED, CD and FC. RGB value is (237,205,252). Sum of RGB (Red+Green+Blue) = 237+205+252=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 205 (80.47% from 255 or 29.54% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDCDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDFC is #123203. Grayscale: #DBDBDB. Windows color (decimal): -1192452 or 16567789. OLE color: 16567789.
HSL color Cylindrical-coordinate representation of color #EDCDFC: hue angle of 280.85º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDCDFC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 205 | 252 | - |
CMYK | 0.06 | 0.19 | 0 | 0.01 |
HSL | 280.85º | 0.89% | 0.9% | - |
HSV(B) | 280.85º | 0.19% | 0.99% | - |
XYZ | 74.33 | 68.7 | 101.44 | - |
YUV | 219.93 | 146.1 | 140.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 205 | 252 | 0.06 | 0.19 | 0 | 0.01 | 280.85 | 0.89 | 0.9 |
Hex | ED | CD | FC | 6 | 13 | 0 | 1 | 119 | 59 | 5A |
Octal | 355 | 315 | 374 | 6 | 23 | 0 | 1 | 431 | 131 | 132 |
Binary | 11101101 | 11001101 | 11111100 | 110 | 10011 | 0 | 1 | 100011001 | 1011001 | 1011010 |
Color Harmonies of #EDCDFC
Complementary color
Monochromatic Colors of #EDCDFC
Black with #EDCDFC
Text Example
Text Example
White with #EDCDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDFC; }
p { color: rgb(237,205,252); }
H1.HeaderClassName
{
color: #EDCDFC;
}
.AnyTagClassName
{
color: #EDCDFC;
}
</style>
background-color css
<style>
a { background-color: #EDCDFC; }
a { background-color: rgb(237,205,252); }
div.DivClassName
{
background-color: #EDCDFC;
}
.BgClassName
{
background-color: #EDCDFC;
}
</style>
border-color css
<style>
span { border-color: #EDCDFC; }
span { border-color: rgb(237,205,252); }
td.TdClassName
{
border-color: #EDCDFC;
}
.TagClassName
{
border-color: #EDCDFC;
}
</style>