Shades of Blue Chalk #DFD2E5
Tints of Blue Chalk #DFD2E5
RGB
CMYK
RGB Variations
Color information
#DFD2E5 (or 0xDFD2E5) is known color: Blue Chalk. HEX triplet: DF, D2 and E5. RGB value is (223,210,229). Sum of RGB (Red+Green+Blue) = 223+210+229=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFD2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2E5 is #202D1A. Grayscale: #D7D7D7. Windows color (decimal): -2108699 or 15061727. OLE color: 15061727.
HSL color Cylindrical-coordinate representation of color #DFD2E5: hue angle of 281.05º degrees, saturation: 0.27, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFD2E5 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 210 | 229 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.10 |
| HSL | 281.05º | 0.27% | 0.86% | - |
| HSV(B) | 281.05º | 0.08% | 0.9% | - |
| XYZ | 67.62 | 67.44 | 83.58 | - |
| YUV | 216.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 229 | 0.03 | 0.08 | 0 | 0.10 | 281.05 | 0.27 | 0.86 |
| Hex | DF | D2 | E5 | 3 | 8 | 0 | A | 119 | 1B | 56 |
| Octal | 337 | 322 | 345 | 3 | 10 | 0 | 12 | 431 | 33 | 126 |
| Binary | 11011111 | 11010010 | 11100101 | 11 | 1000 | 0 | 1010 | 100011001 | 11011 | 1010110 |
Color Harmonies of #DFD2E5
Complementary color
Monochromatic Colors of #DFD2E5
Black with #DFD2E5
Text Example
Text Example
White with #DFD2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2E5; }
p { color: rgb(223,210,229); }
H1.HeaderClassName
{
color: #DFD2E5;
}
.AnyTagClassName
{
color: #DFD2E5;
}
</style>
background-color css
<style>
a { background-color: #DFD2E5; }
a { background-color: rgb(223,210,229); }
div.DivClassName
{
background-color: #DFD2E5;
}
.BgClassName
{
background-color: #DFD2E5;
}
</style>
border-color css
<style>
span { border-color: #DFD2E5; }
span { border-color: rgb(223,210,229); }
td.TdClassName
{
border-color: #DFD2E5;
}
.TagClassName
{
border-color: #DFD2E5;
}
</style>