Shades of Blue Chalk #DFC1E9
Tints of Blue Chalk #DFC1E9
RGB
CMYK
RGB Variations
Color information
#DFC1E9 (or 0xDFC1E9) is known color: Blue Chalk. HEX triplet: DF, C1 and E9. RGB value is (223,193,233). Sum of RGB (Red+Green+Blue) = 223+193+233=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFC1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC1E9 is #203E16. Grayscale: #CECECE. Windows color (decimal): -2113047 or 15319519. OLE color: 15319519.
HSL color Cylindrical-coordinate representation of color #DFC1E9: hue angle of 285º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFC1E9 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 193 | 233 | - |
CMYK | 0.04 | 0.17 | 0 | 0.09 |
HSL | 285º | 0.48% | 0.84% | - |
HSV(B) | 285º | 0.17% | 0.91% | - |
XYZ | 64.21 | 59.71 | 85.23 | - |
YUV | 206.53 | 142.94 | 139.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 193 | 233 | 0.04 | 0.17 | 0 | 0.09 | 285 | 0.48 | 0.84 |
Hex | DF | C1 | E9 | 4 | 11 | 0 | 9 | 11D | 30 | 54 |
Octal | 337 | 301 | 351 | 4 | 21 | 0 | 11 | 435 | 60 | 124 |
Binary | 11011111 | 11000001 | 11101001 | 100 | 10001 | 0 | 1001 | 100011101 | 110000 | 1010100 |
Color Harmonies of #DFC1E9
Complementary color
Monochromatic Colors of #DFC1E9
Black with #DFC1E9
Text Example
Text Example
White with #DFC1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1E9; }
p { color: rgb(223,193,233); }
H1.HeaderClassName
{
color: #DFC1E9;
}
.AnyTagClassName
{
color: #DFC1E9;
}
</style>
background-color css
<style>
a { background-color: #DFC1E9; }
a { background-color: rgb(223,193,233); }
div.DivClassName
{
background-color: #DFC1E9;
}
.BgClassName
{
background-color: #DFC1E9;
}
</style>
border-color css
<style>
span { border-color: #DFC1E9; }
span { border-color: rgb(223,193,233); }
td.TdClassName
{
border-color: #DFC1E9;
}
.TagClassName
{
border-color: #DFC1E9;
}
</style>