Shades of Blue Chalk #DFD1E5
Tints of Blue Chalk #DFD1E5
RGB
CMYK
RGB Variations
Color information
#DFD1E5 (or 0xDFD1E5) is known color: Blue Chalk. HEX triplet: DF, D1 and E5. RGB value is (223,209,229). Sum of RGB (Red+Green+Blue) = 223+209+229=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFD1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1E5 is #202E1A. Grayscale: #D7D7D7. Windows color (decimal): -2108955 or 15061471. OLE color: 15061471.
HSL color Cylindrical-coordinate representation of color #DFD1E5: hue angle of 282º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFD1E5 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 223 | 209 | 229 | - |
CMYK | 0.03 | 0.09 | 0 | 0.10 |
HSL | 282º | 0.28% | 0.86% | - |
HSV(B) | 282º | 0.09% | 0.9% | - |
XYZ | 67.37 | 66.95 | 83.5 | - |
YUV | 215.47 | 135.64 | 133.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 209 | 229 | 0.03 | 0.09 | 0 | 0.10 | 282 | 0.28 | 0.86 |
Hex | DF | D1 | E5 | 3 | 9 | 0 | A | 11A | 1C | 56 |
Octal | 337 | 321 | 345 | 3 | 11 | 0 | 12 | 432 | 34 | 126 |
Binary | 11011111 | 11010001 | 11100101 | 11 | 1001 | 0 | 1010 | 100011010 | 11100 | 1010110 |
Color Harmonies of #DFD1E5
Complementary color
Monochromatic Colors of #DFD1E5
Black with #DFD1E5
Text Example
Text Example
White with #DFD1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD1E5; }
p { color: rgb(223,209,229); }
H1.HeaderClassName
{
color: #DFD1E5;
}
.AnyTagClassName
{
color: #DFD1E5;
}
</style>
background-color css
<style>
a { background-color: #DFD1E5; }
a { background-color: rgb(223,209,229); }
div.DivClassName
{
background-color: #DFD1E5;
}
.BgClassName
{
background-color: #DFD1E5;
}
</style>
border-color css
<style>
span { border-color: #DFD1E5; }
span { border-color: rgb(223,209,229); }
td.TdClassName
{
border-color: #DFD1E5;
}
.TagClassName
{
border-color: #DFD1E5;
}
</style>