Shades of Blue Chalk #DFCDE4
Tints of Blue Chalk #DFCDE4
RGB
CMYK
RGB Variations
Color information
#DFCDE4 (or 0xDFCDE4) is known color: Blue Chalk. HEX triplet: DF, CD and E4. RGB value is (223,205,228). Sum of RGB (Red+Green+Blue) = 223+205+228=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFCDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDE4 is #20321B. Grayscale: #D4D4D4. Windows color (decimal): -2109980 or 14994911. OLE color: 14994911.
HSL color Cylindrical-coordinate representation of color #DFCDE4: hue angle of 286.96º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFCDE4 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 205 | 228 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.11 |
| HSL | 286.96º | 0.3% | 0.85% | - |
| HSV(B) | 286.96º | 0.1% | 0.89% | - |
| XYZ | 66.27 | 64.95 | 82.44 | - |
| YUV | 213 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 228 | 0.02 | 0.10 | 0 | 0.11 | 286.96 | 0.3 | 0.85 |
| Hex | DF | CD | E4 | 2 | A | 0 | B | 11F | 1E | 55 |
| Octal | 337 | 315 | 344 | 2 | 12 | 0 | 13 | 437 | 36 | 125 |
| Binary | 11011111 | 11001101 | 11100100 | 10 | 1010 | 0 | 1011 | 100011111 | 11110 | 1010101 |
Color Harmonies of #DFCDE4
Complementary color
Monochromatic Colors of #DFCDE4
Black with #DFCDE4
Text Example
Text Example
White with #DFCDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCDE4; }
p { color: rgb(223,205,228); }
H1.HeaderClassName
{
color: #DFCDE4;
}
.AnyTagClassName
{
color: #DFCDE4;
}
</style>
background-color css
<style>
a { background-color: #DFCDE4; }
a { background-color: rgb(223,205,228); }
div.DivClassName
{
background-color: #DFCDE4;
}
.BgClassName
{
background-color: #DFCDE4;
}
</style>
border-color css
<style>
span { border-color: #DFCDE4; }
span { border-color: rgb(223,205,228); }
td.TdClassName
{
border-color: #DFCDE4;
}
.TagClassName
{
border-color: #DFCDE4;
}
</style>