Shades of Blue Chalk #EDCDF4
Tints of Blue Chalk #EDCDF4
RGB
CMYK
RGB Variations
Color information
#EDCDF4 (or 0xEDCDF4) is known color: Blue Chalk. HEX triplet: ED, CD and F4. RGB value is (237,205,244). Sum of RGB (Red+Green+Blue) = 237+205+244=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 244 (95.70% from 255 or 35.57% from 686); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDCDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDF4 is #12320B. Grayscale: #DADADA. Windows color (decimal): -1192460 or 16043501. OLE color: 16043501.
HSL color Cylindrical-coordinate representation of color #EDCDF4: hue angle of 289.23º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDCDF4 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 237 | 205 | 244 | - |
CMYK | 0.03 | 0.16 | 0 | 0.04 |
HSL | 289.23º | 0.64% | 0.88% | - |
HSV(B) | 289.23º | 0.16% | 0.96% | - |
XYZ | 73.09 | 68.2 | 94.9 | - |
YUV | 219.01 | 142.1 | 140.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 205 | 244 | 0.03 | 0.16 | 0 | 0.04 | 289.23 | 0.64 | 0.88 |
Hex | ED | CD | F4 | 3 | 10 | 0 | 4 | 121 | 40 | 58 |
Octal | 355 | 315 | 364 | 3 | 20 | 0 | 4 | 441 | 100 | 130 |
Binary | 11101101 | 11001101 | 11110100 | 11 | 10000 | 0 | 100 | 100100001 | 1000000 | 1011000 |
Color Harmonies of #EDCDF4
Complementary color
Monochromatic Colors of #EDCDF4
Black with #EDCDF4
Text Example
Text Example
White with #EDCDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDF4; }
p { color: rgb(237,205,244); }
H1.HeaderClassName
{
color: #EDCDF4;
}
.AnyTagClassName
{
color: #EDCDF4;
}
</style>
background-color css
<style>
a { background-color: #EDCDF4; }
a { background-color: rgb(237,205,244); }
div.DivClassName
{
background-color: #EDCDF4;
}
.BgClassName
{
background-color: #EDCDF4;
}
</style>
border-color css
<style>
span { border-color: #EDCDF4; }
span { border-color: rgb(237,205,244); }
td.TdClassName
{
border-color: #EDCDF4;
}
.TagClassName
{
border-color: #EDCDF4;
}
</style>