Shades of Blue Chalk #EDCDFB
Tints of Blue Chalk #EDCDFB
RGB
CMYK
RGB Variations
Color information
#EDCDFB (or 0xEDCDFB) is known color: Blue Chalk. HEX triplet: ED, CD and FB. RGB value is (237,205,251). Sum of RGB (Red+Green+Blue) = 237+205+251=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 205 (80.47% from 255 or 29.58% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDCDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDFB is #123204. Grayscale: #DBDBDB. Windows color (decimal): -1192453 or 16502253. OLE color: 16502253.
HSL color Cylindrical-coordinate representation of color #EDCDFB: hue angle of 281.74º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDCDFB is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 205 | 251 | - |
CMYK | 0.06 | 0.18 | 0 | 0.02 |
HSL | 281.74º | 0.85% | 0.89% | - |
HSV(B) | 281.74º | 0.18% | 0.98% | - |
XYZ | 74.17 | 68.63 | 100.61 | - |
YUV | 219.81 | 145.6 | 140.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 205 | 251 | 0.06 | 0.18 | 0 | 0.02 | 281.74 | 0.85 | 0.89 |
Hex | ED | CD | FB | 6 | 12 | 0 | 2 | 11A | 55 | 59 |
Octal | 355 | 315 | 373 | 6 | 22 | 0 | 2 | 432 | 125 | 131 |
Binary | 11101101 | 11001101 | 11111011 | 110 | 10010 | 0 | 10 | 100011010 | 1010101 | 1011001 |
Color Harmonies of #EDCDFB
Complementary color
Monochromatic Colors of #EDCDFB
Black with #EDCDFB
Text Example
Text Example
White with #EDCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDFB; }
p { color: rgb(237,205,251); }
H1.HeaderClassName
{
color: #EDCDFB;
}
.AnyTagClassName
{
color: #EDCDFB;
}
</style>
background-color css
<style>
a { background-color: #EDCDFB; }
a { background-color: rgb(237,205,251); }
div.DivClassName
{
background-color: #EDCDFB;
}
.BgClassName
{
background-color: #EDCDFB;
}
</style>
border-color css
<style>
span { border-color: #EDCDFB; }
span { border-color: rgb(237,205,251); }
td.TdClassName
{
border-color: #EDCDFB;
}
.TagClassName
{
border-color: #EDCDFB;
}
</style>