Shades of Blue Chalk #DFC5E8
Tints of Blue Chalk #DFC5E8
RGB
CMYK
RGB Variations
Color information
#DFC5E8 (or 0xDFC5E8) is known color: Blue Chalk. HEX triplet: DF, C5 and E8. RGB value is (223,197,232). Sum of RGB (Red+Green+Blue) = 223+197+232=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFC5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC5E8 is #203A17. Grayscale: #D0D0D0. Windows color (decimal): -2112024 or 15255007. OLE color: 15255007.
HSL color Cylindrical-coordinate representation of color #DFC5E8: hue angle of 284.57º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFC5E8 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 197 | 232 | - |
CMYK | 0.04 | 0.15 | 0 | 0.09 |
HSL | 284.57º | 0.43% | 0.84% | - |
HSV(B) | 284.57º | 0.15% | 0.91% | - |
XYZ | 64.96 | 61.45 | 84.78 | - |
YUV | 208.76 | 141.11 | 138.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 197 | 232 | 0.04 | 0.15 | 0 | 0.09 | 284.57 | 0.43 | 0.84 |
Hex | DF | C5 | E8 | 4 | F | 0 | 9 | 11D | 2B | 54 |
Octal | 337 | 305 | 350 | 4 | 17 | 0 | 11 | 435 | 53 | 124 |
Binary | 11011111 | 11000101 | 11101000 | 100 | 1111 | 0 | 1001 | 100011101 | 101011 | 1010100 |
Color Harmonies of #DFC5E8
Complementary color
Monochromatic Colors of #DFC5E8
Black with #DFC5E8
Text Example
Text Example
White with #DFC5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5E8; }
p { color: rgb(223,197,232); }
H1.HeaderClassName
{
color: #DFC5E8;
}
.AnyTagClassName
{
color: #DFC5E8;
}
</style>
background-color css
<style>
a { background-color: #DFC5E8; }
a { background-color: rgb(223,197,232); }
div.DivClassName
{
background-color: #DFC5E8;
}
.BgClassName
{
background-color: #DFC5E8;
}
</style>
border-color css
<style>
span { border-color: #DFC5E8; }
span { border-color: rgb(223,197,232); }
td.TdClassName
{
border-color: #DFC5E8;
}
.TagClassName
{
border-color: #DFC5E8;
}
</style>