Shades of Blue Chalk #DFC9EE
Tints of Blue Chalk #DFC9EE
RGB
CMYK
RGB Variations
Color information
#DFC9EE (or 0xDFC9EE) is known color: Blue Chalk. HEX triplet: DF, C9 and EE. RGB value is (223,201,238). Sum of RGB (Red+Green+Blue) = 223+201+238=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFC9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC9EE is #203611. Grayscale: #D3D3D3. Windows color (decimal): -2110994 or 15649247. OLE color: 15649247.
HSL color Cylindrical-coordinate representation of color #DFC9EE: hue angle of 275.68º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC9EE is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 201 | 238 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.07 |
| HSL | 275.68º | 0.52% | 0.86% | - |
| HSV(B) | 275.68º | 0.16% | 0.93% | - |
| XYZ | 66.75 | 63.63 | 89.65 | - |
| YUV | 211.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 238 | 0.06 | 0.16 | 0 | 0.07 | 275.68 | 0.52 | 0.86 |
| Hex | DF | C9 | EE | 6 | 10 | 0 | 7 | 114 | 34 | 56 |
| Octal | 337 | 311 | 356 | 6 | 20 | 0 | 7 | 424 | 64 | 126 |
| Binary | 11011111 | 11001001 | 11101110 | 110 | 10000 | 0 | 111 | 100010100 | 110100 | 1010110 |
Color Harmonies of #DFC9EE
Complementary color
Monochromatic Colors of #DFC9EE
Black with #DFC9EE
Text Example
Text Example
White with #DFC9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9EE; }
p { color: rgb(223,201,238); }
H1.HeaderClassName
{
color: #DFC9EE;
}
.AnyTagClassName
{
color: #DFC9EE;
}
</style>
background-color css
<style>
a { background-color: #DFC9EE; }
a { background-color: rgb(223,201,238); }
div.DivClassName
{
background-color: #DFC9EE;
}
.BgClassName
{
background-color: #DFC9EE;
}
</style>
border-color css
<style>
span { border-color: #DFC9EE; }
span { border-color: rgb(223,201,238); }
td.TdClassName
{
border-color: #DFC9EE;
}
.TagClassName
{
border-color: #DFC9EE;
}
</style>