Shades of Blue Chalk #DFCAE9
Tints of Blue Chalk #DFCAE9
RGB
CMYK
RGB Variations
Color information
#DFCAE9 (or 0xDFCAE9) is known color: Blue Chalk. HEX triplet: DF, CA and E9. RGB value is (223,202,233). Sum of RGB (Red+Green+Blue) = 223+202+233=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFCAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAE9 is #203516. Grayscale: #D3D3D3. Windows color (decimal): -2110743 or 15321823. OLE color: 15321823.
HSL color Cylindrical-coordinate representation of color #DFCAE9: hue angle of 280.65º degrees, saturation: 0.41, 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 #DFCAE9 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 202 | 233 | - |
CMYK | 0.04 | 0.13 | 0 | 0.09 |
HSL | 280.65º | 0.41% | 0.85% | - |
HSV(B) | 280.65º | 0.13% | 0.91% | - |
XYZ | 66.26 | 63.81 | 85.92 | - |
YUV | 211.81 | 139.96 | 135.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 202 | 233 | 0.04 | 0.13 | 0 | 0.09 | 280.65 | 0.41 | 0.85 |
Hex | DF | CA | E9 | 4 | D | 0 | 9 | 119 | 29 | 55 |
Octal | 337 | 312 | 351 | 4 | 15 | 0 | 11 | 431 | 51 | 125 |
Binary | 11011111 | 11001010 | 11101001 | 100 | 1101 | 0 | 1001 | 100011001 | 101001 | 1010101 |
Color Harmonies of #DFCAE9
Complementary color
Monochromatic Colors of #DFCAE9
Black with #DFCAE9
Text Example
Text Example
White with #DFCAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCAE9; }
p { color: rgb(223,202,233); }
H1.HeaderClassName
{
color: #DFCAE9;
}
.AnyTagClassName
{
color: #DFCAE9;
}
</style>
background-color css
<style>
a { background-color: #DFCAE9; }
a { background-color: rgb(223,202,233); }
div.DivClassName
{
background-color: #DFCAE9;
}
.BgClassName
{
background-color: #DFCAE9;
}
</style>
border-color css
<style>
span { border-color: #DFCAE9; }
span { border-color: rgb(223,202,233); }
td.TdClassName
{
border-color: #DFCAE9;
}
.TagClassName
{
border-color: #DFCAE9;
}
</style>