Shades of Blue Chalk #DDC7E6
Tints of Blue Chalk #DDC7E6
RGB
CMYK
RGB Variations
Color information
#DDC7E6 (or 0xDDC7E6) is known color: Blue Chalk. HEX triplet: DD, C7 and E6. RGB value is (221,199,230). Sum of RGB (Red+Green+Blue) = 221+199+230=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 199 (78.12% from 255 or 30.62% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDC7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC7E6 is #223819. Grayscale: #D1D1D1. Windows color (decimal): -2242586 or 15124445. OLE color: 15124445.
HSL color Cylindrical-coordinate representation of color #DDC7E6: hue angle of 282.58º degrees, saturation: 0.38, 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 #DDC7E6 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 199 | 230 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.10 |
| HSL | 282.58º | 0.38% | 0.84% | - |
| HSV(B) | 282.58º | 0.13% | 0.9% | - |
| XYZ | 64.53 | 61.93 | 83.42 | - |
| YUV | 209.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 230 | 0.04 | 0.13 | 0 | 0.10 | 282.58 | 0.38 | 0.84 |
| Hex | DD | C7 | E6 | 4 | D | 0 | A | 11B | 26 | 54 |
| Octal | 335 | 307 | 346 | 4 | 15 | 0 | 12 | 433 | 46 | 124 |
| Binary | 11011101 | 11000111 | 11100110 | 100 | 1101 | 0 | 1010 | 100011011 | 100110 | 1010100 |
Color Harmonies of #DDC7E6
Complementary color
Monochromatic Colors of #DDC7E6
Black with #DDC7E6
Text Example
Text Example
White with #DDC7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7E6; }
p { color: rgb(221,199,230); }
H1.HeaderClassName
{
color: #DDC7E6;
}
.AnyTagClassName
{
color: #DDC7E6;
}
</style>
background-color css
<style>
a { background-color: #DDC7E6; }
a { background-color: rgb(221,199,230); }
div.DivClassName
{
background-color: #DDC7E6;
}
.BgClassName
{
background-color: #DDC7E6;
}
</style>
border-color css
<style>
span { border-color: #DDC7E6; }
span { border-color: rgb(221,199,230); }
td.TdClassName
{
border-color: #DDC7E6;
}
.TagClassName
{
border-color: #DDC7E6;
}
</style>