Shades of Blue Chalk #DFC2E7
Tints of Blue Chalk #DFC2E7
RGB
CMYK
RGB Variations
Color information
#DFC2E7 (or 0xDFC2E7) is known color: Blue Chalk. HEX triplet: DF, C2 and E7. RGB value is (223,194,231). Sum of RGB (Red+Green+Blue) = 223+194+231=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 194 (76.17% from 255 or 29.94% from 648); Blue value is 231 (90.62% from 255 or 35.65% from 648); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFC2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC2E7 is #203D18. Grayscale: #CECECE. Windows color (decimal): -2112793 or 15188703. OLE color: 15188703.
HSL color Cylindrical-coordinate representation of color #DFC2E7: hue angle of 287.03º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC2E7 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 194 | 231 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.09 |
| HSL | 287.03º | 0.44% | 0.83% | - |
| HSV(B) | 287.03º | 0.16% | 0.91% | - |
| XYZ | 64.15 | 60.04 | 83.81 | - |
| YUV | 206.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 231 | 0.03 | 0.16 | 0 | 0.09 | 287.03 | 0.44 | 0.83 |
| Hex | DF | C2 | E7 | 3 | 10 | 0 | 9 | 11F | 2C | 53 |
| Octal | 337 | 302 | 347 | 3 | 20 | 0 | 11 | 437 | 54 | 123 |
| Binary | 11011111 | 11000010 | 11100111 | 11 | 10000 | 0 | 1001 | 100011111 | 101100 | 1010011 |
Color Harmonies of #DFC2E7
Complementary color
Monochromatic Colors of #DFC2E7
Black with #DFC2E7
Text Example
Text Example
White with #DFC2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2E7; }
p { color: rgb(223,194,231); }
H1.HeaderClassName
{
color: #DFC2E7;
}
.AnyTagClassName
{
color: #DFC2E7;
}
</style>
background-color css
<style>
a { background-color: #DFC2E7; }
a { background-color: rgb(223,194,231); }
div.DivClassName
{
background-color: #DFC2E7;
}
.BgClassName
{
background-color: #DFC2E7;
}
</style>
border-color css
<style>
span { border-color: #DFC2E7; }
span { border-color: rgb(223,194,231); }
td.TdClassName
{
border-color: #DFC2E7;
}
.TagClassName
{
border-color: #DFC2E7;
}
</style>