Shades of Blue Chalk #DFD0EA
Tints of Blue Chalk #DFD0EA
RGB
CMYK
RGB Variations
Color information
#DFD0EA (or 0xDFD0EA) is known color: Blue Chalk. HEX triplet: DF, D0 and EA. RGB value is (223,208,234). Sum of RGB (Red+Green+Blue) = 223+208+234=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFD0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD0EA is #202F15. Grayscale: #D7D7D7. Windows color (decimal): -2109206 or 15388895. OLE color: 15388895.
HSL color Cylindrical-coordinate representation of color #DFD0EA: hue angle of 274.62º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFD0EA is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 208 | 234 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.08 |
| HSL | 274.62º | 0.38% | 0.87% | - |
| HSV(B) | 274.62º | 0.11% | 0.92% | - |
| XYZ | 67.84 | 66.74 | 87.15 | - |
| YUV | 215.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 234 | 0.05 | 0.11 | 0 | 0.08 | 274.62 | 0.38 | 0.87 |
| Hex | DF | D0 | EA | 5 | B | 0 | 8 | 113 | 26 | 57 |
| Octal | 337 | 320 | 352 | 5 | 13 | 0 | 10 | 423 | 46 | 127 |
| Binary | 11011111 | 11010000 | 11101010 | 101 | 1011 | 0 | 1000 | 100010011 | 100110 | 1010111 |
Color Harmonies of #DFD0EA
Complementary color
Monochromatic Colors of #DFD0EA
Black with #DFD0EA
Text Example
Text Example
White with #DFD0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD0EA; }
p { color: rgb(223,208,234); }
H1.HeaderClassName
{
color: #DFD0EA;
}
.AnyTagClassName
{
color: #DFD0EA;
}
</style>
background-color css
<style>
a { background-color: #DFD0EA; }
a { background-color: rgb(223,208,234); }
div.DivClassName
{
background-color: #DFD0EA;
}
.BgClassName
{
background-color: #DFD0EA;
}
</style>
border-color css
<style>
span { border-color: #DFD0EA; }
span { border-color: rgb(223,208,234); }
td.TdClassName
{
border-color: #DFD0EA;
}
.TagClassName
{
border-color: #DFD0EA;
}
</style>