Shades of Blue Chalk #DFC5EA
Tints of Blue Chalk #DFC5EA
RGB
CMYK
RGB Variations
Color information
#DFC5EA (or 0xDFC5EA) is known color: Blue Chalk. HEX triplet: DF, C5 and EA. RGB value is (223,197,234). Sum of RGB (Red+Green+Blue) = 223+197+234=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC5EA is #203A15. Grayscale: #D0D0D0. Windows color (decimal): -2112022 or 15386079. OLE color: 15386079.
HSL color Cylindrical-coordinate representation of color #DFC5EA: hue angle of 282.16º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC5EA is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 197 | 234 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.08 |
| HSL | 282.16º | 0.47% | 0.85% | - |
| HSV(B) | 282.16º | 0.16% | 0.92% | - |
| XYZ | 65.25 | 61.56 | 86.29 | - |
| YUV | 208.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 234 | 0.05 | 0.16 | 0 | 0.08 | 282.16 | 0.47 | 0.85 |
| Hex | DF | C5 | EA | 5 | 10 | 0 | 8 | 11A | 2F | 55 |
| Octal | 337 | 305 | 352 | 5 | 20 | 0 | 10 | 432 | 57 | 125 |
| Binary | 11011111 | 11000101 | 11101010 | 101 | 10000 | 0 | 1000 | 100011010 | 101111 | 1010101 |
Color Harmonies of #DFC5EA
Complementary color
Monochromatic Colors of #DFC5EA
Black with #DFC5EA
Text Example
Text Example
White with #DFC5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5EA; }
p { color: rgb(223,197,234); }
H1.HeaderClassName
{
color: #DFC5EA;
}
.AnyTagClassName
{
color: #DFC5EA;
}
</style>
background-color css
<style>
a { background-color: #DFC5EA; }
a { background-color: rgb(223,197,234); }
div.DivClassName
{
background-color: #DFC5EA;
}
.BgClassName
{
background-color: #DFC5EA;
}
</style>
border-color css
<style>
span { border-color: #DFC5EA; }
span { border-color: rgb(223,197,234); }
td.TdClassName
{
border-color: #DFC5EA;
}
.TagClassName
{
border-color: #DFC5EA;
}
</style>