Shades of Blue Chalk #DFC1EE
Tints of Blue Chalk #DFC1EE
RGB
CMYK
RGB Variations
Color information
#DFC1EE (or 0xDFC1EE) is known color: Blue Chalk. HEX triplet: DF, C1 and EE. RGB value is (223,193,238). Sum of RGB (Red+Green+Blue) = 223+193+238=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 193 (75.78% from 255 or 29.51% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC1EE is #203E11. Grayscale: #CECECE. Windows color (decimal): -2113042 or 15647199. OLE color: 15647199.
HSL color Cylindrical-coordinate representation of color #DFC1EE: hue angle of 280º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFC1EE is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 193 | 238 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.07 |
| HSL | 280º | 0.57% | 0.85% | - |
| HSV(B) | 280º | 0.19% | 0.93% | - |
| XYZ | 64.93 | 60 | 89.05 | - |
| YUV | 207.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 238 | 0.06 | 0.19 | 0 | 0.07 | 280 | 0.57 | 0.85 |
| Hex | DF | C1 | EE | 6 | 13 | 0 | 7 | 118 | 39 | 55 |
| Octal | 337 | 301 | 356 | 6 | 23 | 0 | 7 | 430 | 71 | 125 |
| Binary | 11011111 | 11000001 | 11101110 | 110 | 10011 | 0 | 111 | 100011000 | 111001 | 1010101 |
Color Harmonies of #DFC1EE
Complementary color
Monochromatic Colors of #DFC1EE
Black with #DFC1EE
Text Example
Text Example
White with #DFC1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1EE; }
p { color: rgb(223,193,238); }
H1.HeaderClassName
{
color: #DFC1EE;
}
.AnyTagClassName
{
color: #DFC1EE;
}
</style>
background-color css
<style>
a { background-color: #DFC1EE; }
a { background-color: rgb(223,193,238); }
div.DivClassName
{
background-color: #DFC1EE;
}
.BgClassName
{
background-color: #DFC1EE;
}
</style>
border-color css
<style>
span { border-color: #DFC1EE; }
span { border-color: rgb(223,193,238); }
td.TdClassName
{
border-color: #DFC1EE;
}
.TagClassName
{
border-color: #DFC1EE;
}
</style>