Shades of Blue Chalk #DDC7E5
Tints of Blue Chalk #DDC7E5
RGB
CMYK
RGB Variations
Color information
#DDC7E5 (or 0xDDC7E5) is known color: Blue Chalk. HEX triplet: DD, C7 and E5. RGB value is (221,199,229). Sum of RGB (Red+Green+Blue) = 221+199+229=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 199 (78.12% from 255 or 30.66% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDC7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7E5 is #22381A. Grayscale: #D0D0D0. Windows color (decimal): -2242587 or 15058909. OLE color: 15058909.
HSL color Cylindrical-coordinate representation of color #DDC7E5: hue angle of 284º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDC7E5 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 199 | 229 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.10 |
| HSL | 284º | 0.37% | 0.84% | - |
| HSV(B) | 284º | 0.13% | 0.9% | - |
| XYZ | 64.39 | 61.88 | 82.68 | - |
| YUV | 209 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 229 | 0.03 | 0.13 | 0 | 0.10 | 284 | 0.37 | 0.84 |
| Hex | DD | C7 | E5 | 3 | D | 0 | A | 11C | 25 | 54 |
| Octal | 335 | 307 | 345 | 3 | 15 | 0 | 12 | 434 | 45 | 124 |
| Binary | 11011101 | 11000111 | 11100101 | 11 | 1101 | 0 | 1010 | 100011100 | 100101 | 1010100 |
Color Harmonies of #DDC7E5
Complementary color
Monochromatic Colors of #DDC7E5
Black with #DDC7E5
Text Example
Text Example
White with #DDC7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7E5; }
p { color: rgb(221,199,229); }
H1.HeaderClassName
{
color: #DDC7E5;
}
.AnyTagClassName
{
color: #DDC7E5;
}
</style>
background-color css
<style>
a { background-color: #DDC7E5; }
a { background-color: rgb(221,199,229); }
div.DivClassName
{
background-color: #DDC7E5;
}
.BgClassName
{
background-color: #DDC7E5;
}
</style>
border-color css
<style>
span { border-color: #DDC7E5; }
span { border-color: rgb(221,199,229); }
td.TdClassName
{
border-color: #DDC7E5;
}
.TagClassName
{
border-color: #DDC7E5;
}
</style>