Shades of Blue Chalk #DFC7E5
Tints of Blue Chalk #DFC7E5
RGB
CMYK
RGB Variations
Color information
#DFC7E5 (or 0xDFC7E5) is known color: Blue Chalk. HEX triplet: DF, C7 and E5. RGB value is (223,199,229). Sum of RGB (Red+Green+Blue) = 223+199+229=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFC7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7E5 is #20381A. Grayscale: #D1D1D1. Windows color (decimal): -2111515 or 15058911. OLE color: 15058911.
HSL color Cylindrical-coordinate representation of color #DFC7E5: hue angle of 288º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC7E5 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 223 | 199 | 229 | - |
CMYK | 0.03 | 0.13 | 0 | 0.10 |
HSL | 288º | 0.37% | 0.84% | - |
HSV(B) | 288º | 0.13% | 0.9% | - |
XYZ | 65 | 62.19 | 82.71 | - |
YUV | 209.6 | 138.95 | 137.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 199 | 229 | 0.03 | 0.13 | 0 | 0.10 | 288 | 0.37 | 0.84 |
Hex | DF | C7 | E5 | 3 | D | 0 | A | 120 | 25 | 54 |
Octal | 337 | 307 | 345 | 3 | 15 | 0 | 12 | 440 | 45 | 124 |
Binary | 11011111 | 11000111 | 11100101 | 11 | 1101 | 0 | 1010 | 100100000 | 100101 | 1010100 |
Color Harmonies of #DFC7E5
Complementary color
Monochromatic Colors of #DFC7E5
Black with #DFC7E5
Text Example
Text Example
White with #DFC7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7E5; }
p { color: rgb(223,199,229); }
H1.HeaderClassName
{
color: #DFC7E5;
}
.AnyTagClassName
{
color: #DFC7E5;
}
</style>
background-color css
<style>
a { background-color: #DFC7E5; }
a { background-color: rgb(223,199,229); }
div.DivClassName
{
background-color: #DFC7E5;
}
.BgClassName
{
background-color: #DFC7E5;
}
</style>
border-color css
<style>
span { border-color: #DFC7E5; }
span { border-color: rgb(223,199,229); }
td.TdClassName
{
border-color: #DFC7E5;
}
.TagClassName
{
border-color: #DFC7E5;
}
</style>