Shades of Blue Chalk #DFCAE8
Tints of Blue Chalk #DFCAE8
RGB
CMYK
RGB Variations
Color information
#DFCAE8 (or 0xDFCAE8) is known color: Blue Chalk. HEX triplet: DF, CA and E8. RGB value is (223,202,232). Sum of RGB (Red+Green+Blue) = 223+202+232=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFCAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAE8 is #203517. Grayscale: #D3D3D3. Windows color (decimal): -2110744 or 15256287. OLE color: 15256287.
HSL color Cylindrical-coordinate representation of color #DFCAE8: hue angle of 282º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFCAE8 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 202 | 232 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.09 |
| HSL | 282º | 0.39% | 0.85% | - |
| HSV(B) | 282º | 0.13% | 0.91% | - |
| XYZ | 66.12 | 63.76 | 85.17 | - |
| YUV | 211.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 232 | 0.04 | 0.13 | 0 | 0.09 | 282 | 0.39 | 0.85 |
| Hex | DF | CA | E8 | 4 | D | 0 | 9 | 11A | 27 | 55 |
| Octal | 337 | 312 | 350 | 4 | 15 | 0 | 11 | 432 | 47 | 125 |
| Binary | 11011111 | 11001010 | 11101000 | 100 | 1101 | 0 | 1001 | 100011010 | 100111 | 1010101 |
Color Harmonies of #DFCAE8
Complementary color
Monochromatic Colors of #DFCAE8
Black with #DFCAE8
Text Example
Text Example
White with #DFCAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCAE8; }
p { color: rgb(223,202,232); }
H1.HeaderClassName
{
color: #DFCAE8;
}
.AnyTagClassName
{
color: #DFCAE8;
}
</style>
background-color css
<style>
a { background-color: #DFCAE8; }
a { background-color: rgb(223,202,232); }
div.DivClassName
{
background-color: #DFCAE8;
}
.BgClassName
{
background-color: #DFCAE8;
}
</style>
border-color css
<style>
span { border-color: #DFCAE8; }
span { border-color: rgb(223,202,232); }
td.TdClassName
{
border-color: #DFCAE8;
}
.TagClassName
{
border-color: #DFCAE8;
}
</style>