Shades of Blue Chalk #DFC3ED
Tints of Blue Chalk #DFC3ED
RGB
CMYK
RGB Variations
Color information
#DFC3ED (or 0xDFC3ED) is known color: Blue Chalk. HEX triplet: DF, C3 and ED. RGB value is (223,195,237). Sum of RGB (Red+Green+Blue) = 223+195+237=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 195 (76.56% from 255 or 29.77% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFC3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC3ED is #203C12. Grayscale: #D0D0D0. Windows color (decimal): -2112531 or 15582175. OLE color: 15582175.
HSL color Cylindrical-coordinate representation of color #DFC3ED: hue angle of 280º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFC3ED is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 195 | 237 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.07 |
| HSL | 280º | 0.54% | 0.85% | - |
| HSV(B) | 280º | 0.18% | 0.93% | - |
| XYZ | 65.23 | 60.83 | 88.42 | - |
| YUV | 208.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 237 | 0.06 | 0.18 | 0 | 0.07 | 280 | 0.54 | 0.85 |
| Hex | DF | C3 | ED | 6 | 12 | 0 | 7 | 118 | 36 | 55 |
| Octal | 337 | 303 | 355 | 6 | 22 | 0 | 7 | 430 | 66 | 125 |
| Binary | 11011111 | 11000011 | 11101101 | 110 | 10010 | 0 | 111 | 100011000 | 110110 | 1010101 |
Color Harmonies of #DFC3ED
Complementary color
Monochromatic Colors of #DFC3ED
Black with #DFC3ED
Text Example
Text Example
White with #DFC3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3ED; }
p { color: rgb(223,195,237); }
H1.HeaderClassName
{
color: #DFC3ED;
}
.AnyTagClassName
{
color: #DFC3ED;
}
</style>
background-color css
<style>
a { background-color: #DFC3ED; }
a { background-color: rgb(223,195,237); }
div.DivClassName
{
background-color: #DFC3ED;
}
.BgClassName
{
background-color: #DFC3ED;
}
</style>
border-color css
<style>
span { border-color: #DFC3ED; }
span { border-color: rgb(223,195,237); }
td.TdClassName
{
border-color: #DFC3ED;
}
.TagClassName
{
border-color: #DFC3ED;
}
</style>