Shades of Blue Chalk #DFC3EB
Tints of Blue Chalk #DFC3EB
RGB
CMYK
RGB Variations
Color information
#DFC3EB (or 0xDFC3EB) is known color: Blue Chalk. HEX triplet: DF, C3 and EB. RGB value is (223,195,235). Sum of RGB (Red+Green+Blue) = 223+195+235=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 195 (76.56% from 255 or 29.86% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFC3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC3EB is #203C14. Grayscale: #CFCFCF. Windows color (decimal): -2112533 or 15451103. OLE color: 15451103.
HSL color Cylindrical-coordinate representation of color #DFC3EB: hue angle of 282º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFC3EB is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 195 | 235 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.08 |
| HSL | 282º | 0.5% | 0.84% | - |
| HSV(B) | 282º | 0.17% | 0.92% | - |
| XYZ | 64.94 | 60.72 | 86.89 | - |
| YUV | 207.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 235 | 0.05 | 0.17 | 0 | 0.08 | 282 | 0.5 | 0.84 |
| Hex | DF | C3 | EB | 5 | 11 | 0 | 8 | 11A | 32 | 54 |
| Octal | 337 | 303 | 353 | 5 | 21 | 0 | 10 | 432 | 62 | 124 |
| Binary | 11011111 | 11000011 | 11101011 | 101 | 10001 | 0 | 1000 | 100011010 | 110010 | 1010100 |
Color Harmonies of #DFC3EB
Complementary color
Monochromatic Colors of #DFC3EB
Black with #DFC3EB
Text Example
Text Example
White with #DFC3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3EB; }
p { color: rgb(223,195,235); }
H1.HeaderClassName
{
color: #DFC3EB;
}
.AnyTagClassName
{
color: #DFC3EB;
}
</style>
background-color css
<style>
a { background-color: #DFC3EB; }
a { background-color: rgb(223,195,235); }
div.DivClassName
{
background-color: #DFC3EB;
}
.BgClassName
{
background-color: #DFC3EB;
}
</style>
border-color css
<style>
span { border-color: #DFC3EB; }
span { border-color: rgb(223,195,235); }
td.TdClassName
{
border-color: #DFC3EB;
}
.TagClassName
{
border-color: #DFC3EB;
}
</style>