Shades of Blue Chalk #DFC8EF
Tints of Blue Chalk #DFC8EF
RGB
CMYK
RGB Variations
Color information
#DFC8EF (or 0xDFC8EF) is known color: Blue Chalk. HEX triplet: DF, C8 and EF. RGB value is (223,200,239). Sum of RGB (Red+Green+Blue) = 223+200+239=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 200 (78.52% from 255 or 30.21% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFC8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC8EF is #203710. Grayscale: #D3D3D3. Windows color (decimal): -2111249 or 15714527. OLE color: 15714527.
HSL color Cylindrical-coordinate representation of color #DFC8EF: hue angle of 275.38º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC8EF is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 200 | 239 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.06 |
| HSL | 275.38º | 0.55% | 0.86% | - |
| HSV(B) | 275.38º | 0.16% | 0.94% | - |
| XYZ | 66.67 | 63.23 | 90.35 | - |
| YUV | 211.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 239 | 0.07 | 0.16 | 0 | 0.06 | 275.38 | 0.55 | 0.86 |
| Hex | DF | C8 | EF | 7 | 10 | 0 | 6 | 113 | 37 | 56 |
| Octal | 337 | 310 | 357 | 7 | 20 | 0 | 6 | 423 | 67 | 126 |
| Binary | 11011111 | 11001000 | 11101111 | 111 | 10000 | 0 | 110 | 100010011 | 110111 | 1010110 |
Color Harmonies of #DFC8EF
Complementary color
Monochromatic Colors of #DFC8EF
Black with #DFC8EF
Text Example
Text Example
White with #DFC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8EF; }
p { color: rgb(223,200,239); }
H1.HeaderClassName
{
color: #DFC8EF;
}
.AnyTagClassName
{
color: #DFC8EF;
}
</style>
background-color css
<style>
a { background-color: #DFC8EF; }
a { background-color: rgb(223,200,239); }
div.DivClassName
{
background-color: #DFC8EF;
}
.BgClassName
{
background-color: #DFC8EF;
}
</style>
border-color css
<style>
span { border-color: #DFC8EF; }
span { border-color: rgb(223,200,239); }
td.TdClassName
{
border-color: #DFC8EF;
}
.TagClassName
{
border-color: #DFC8EF;
}
</style>