Shades of Blue Chalk #DDC8E4
Tints of Blue Chalk #DDC8E4
RGB
CMYK
RGB Variations
Color information
#DDC8E4 (or 0xDDC8E4) is known color: Blue Chalk. HEX triplet: DD, C8 and E4. RGB value is (221,200,228). Sum of RGB (Red+Green+Blue) = 221+200+228=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 200 (78.52% from 255 or 30.82% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDC8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8E4 is #22371B. Grayscale: #D1D1D1. Windows color (decimal): -2242332 or 14993629. OLE color: 14993629.
HSL color Cylindrical-coordinate representation of color #DDC8E4: hue angle of 285º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC8E4 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 200 | 228 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.11 |
| HSL | 285º | 0.34% | 0.84% | - |
| HSV(B) | 285º | 0.12% | 0.89% | - |
| XYZ | 64.48 | 62.28 | 82.02 | - |
| YUV | 209.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 228 | 0.03 | 0.12 | 0 | 0.11 | 285 | 0.34 | 0.84 |
| Hex | DD | C8 | E4 | 3 | C | 0 | B | 11D | 22 | 54 |
| Octal | 335 | 310 | 344 | 3 | 14 | 0 | 13 | 435 | 42 | 124 |
| Binary | 11011101 | 11001000 | 11100100 | 11 | 1100 | 0 | 1011 | 100011101 | 100010 | 1010100 |
Color Harmonies of #DDC8E4
Complementary color
Monochromatic Colors of #DDC8E4
Black with #DDC8E4
Text Example
Text Example
White with #DDC8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8E4; }
p { color: rgb(221,200,228); }
H1.HeaderClassName
{
color: #DDC8E4;
}
.AnyTagClassName
{
color: #DDC8E4;
}
</style>
background-color css
<style>
a { background-color: #DDC8E4; }
a { background-color: rgb(221,200,228); }
div.DivClassName
{
background-color: #DDC8E4;
}
.BgClassName
{
background-color: #DDC8E4;
}
</style>
border-color css
<style>
span { border-color: #DDC8E4; }
span { border-color: rgb(221,200,228); }
td.TdClassName
{
border-color: #DDC8E4;
}
.TagClassName
{
border-color: #DDC8E4;
}
</style>