Shades of Blue Chalk #DFC5ED
Tints of Blue Chalk #DFC5ED
RGB
CMYK
RGB Variations
Color information
#DFC5ED (or 0xDFC5ED) is known color: Blue Chalk. HEX triplet: DF, C5 and ED. RGB value is (223,197,237). Sum of RGB (Red+Green+Blue) = 223+197+237=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC5ED is #203A12. Grayscale: #D1D1D1. Windows color (decimal): -2112019 or 15582687. OLE color: 15582687.
HSL color Cylindrical-coordinate representation of color #DFC5ED: hue angle of 279º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFC5ED is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 197 | 237 | - |
CMYK | 0.06 | 0.17 | 0 | 0.07 |
HSL | 279º | 0.53% | 0.85% | - |
HSV(B) | 279º | 0.17% | 0.93% | - |
XYZ | 65.68 | 61.73 | 88.57 | - |
YUV | 209.33 | 143.61 | 137.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 197 | 237 | 0.06 | 0.17 | 0 | 0.07 | 279 | 0.53 | 0.85 |
Hex | DF | C5 | ED | 6 | 11 | 0 | 7 | 117 | 35 | 55 |
Octal | 337 | 305 | 355 | 6 | 21 | 0 | 7 | 427 | 65 | 125 |
Binary | 11011111 | 11000101 | 11101101 | 110 | 10001 | 0 | 111 | 100010111 | 110101 | 1010101 |
Color Harmonies of #DFC5ED
Complementary color
Monochromatic Colors of #DFC5ED
Black with #DFC5ED
Text Example
Text Example
White with #DFC5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5ED; }
p { color: rgb(223,197,237); }
H1.HeaderClassName
{
color: #DFC5ED;
}
.AnyTagClassName
{
color: #DFC5ED;
}
</style>
background-color css
<style>
a { background-color: #DFC5ED; }
a { background-color: rgb(223,197,237); }
div.DivClassName
{
background-color: #DFC5ED;
}
.BgClassName
{
background-color: #DFC5ED;
}
</style>
border-color css
<style>
span { border-color: #DFC5ED; }
span { border-color: rgb(223,197,237); }
td.TdClassName
{
border-color: #DFC5ED;
}
.TagClassName
{
border-color: #DFC5ED;
}
</style>