Shades of Blue Chalk #DFCBE7
Tints of Blue Chalk #DFCBE7
RGB
CMYK
RGB Variations
Color information
#DFCBE7 (or 0xDFCBE7) is known color: Blue Chalk. HEX triplet: DF, CB and E7. RGB value is (223,203,231). Sum of RGB (Red+Green+Blue) = 223+203+231=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFCBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCBE7 is #203418. Grayscale: #D4D4D4. Windows color (decimal): -2110489 or 15191007. OLE color: 15191007.
HSL color Cylindrical-coordinate representation of color #DFCBE7: hue angle of 282.86º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFCBE7 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 203 | 231 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.09 |
| HSL | 282.86º | 0.37% | 0.85% | - |
| HSV(B) | 282.86º | 0.12% | 0.91% | - |
| XYZ | 66.21 | 64.17 | 84.5 | - |
| YUV | 212.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 231 | 0.03 | 0.12 | 0 | 0.09 | 282.86 | 0.37 | 0.85 |
| Hex | DF | CB | E7 | 3 | C | 0 | 9 | 11B | 25 | 55 |
| Octal | 337 | 313 | 347 | 3 | 14 | 0 | 11 | 433 | 45 | 125 |
| Binary | 11011111 | 11001011 | 11100111 | 11 | 1100 | 0 | 1001 | 100011011 | 100101 | 1010101 |
Color Harmonies of #DFCBE7
Complementary color
Monochromatic Colors of #DFCBE7
Black with #DFCBE7
Text Example
Text Example
White with #DFCBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCBE7; }
p { color: rgb(223,203,231); }
H1.HeaderClassName
{
color: #DFCBE7;
}
.AnyTagClassName
{
color: #DFCBE7;
}
</style>
background-color css
<style>
a { background-color: #DFCBE7; }
a { background-color: rgb(223,203,231); }
div.DivClassName
{
background-color: #DFCBE7;
}
.BgClassName
{
background-color: #DFCBE7;
}
</style>
border-color css
<style>
span { border-color: #DFCBE7; }
span { border-color: rgb(223,203,231); }
td.TdClassName
{
border-color: #DFCBE7;
}
.TagClassName
{
border-color: #DFCBE7;
}
</style>