Shades of Blue Chalk #DDC9E2
Tints of Blue Chalk #DDC9E2
RGB
CMYK
RGB Variations
Color information
#DDC9E2 (or 0xDDC9E2) is known color: Blue Chalk. HEX triplet: DD, C9 and E2. RGB value is (221,201,226). Sum of RGB (Red+Green+Blue) = 221+201+226=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDC9E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9E2 is #22361D. Grayscale: #D1D1D1. Windows color (decimal): -2242078 or 14862813. OLE color: 14862813.
HSL color Cylindrical-coordinate representation of color #DDC9E2: hue angle of 288º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC9E2 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 201 | 226 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.11 |
| HSL | 288º | 0.3% | 0.84% | - |
| HSV(B) | 288º | 0.11% | 0.89% | - |
| XYZ | 64.43 | 62.64 | 80.65 | - |
| YUV | 209.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 226 | 0.02 | 0.11 | 0 | 0.11 | 288 | 0.3 | 0.84 |
| Hex | DD | C9 | E2 | 2 | B | 0 | B | 120 | 1E | 54 |
| Octal | 335 | 311 | 342 | 2 | 13 | 0 | 13 | 440 | 36 | 124 |
| Binary | 11011101 | 11001001 | 11100010 | 10 | 1011 | 0 | 1011 | 100100000 | 11110 | 1010100 |
Color Harmonies of #DDC9E2
Complementary color
Monochromatic Colors of #DDC9E2
Black with #DDC9E2
Text Example
Text Example
White with #DDC9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9E2; }
p { color: rgb(221,201,226); }
H1.HeaderClassName
{
color: #DDC9E2;
}
.AnyTagClassName
{
color: #DDC9E2;
}
</style>
background-color css
<style>
a { background-color: #DDC9E2; }
a { background-color: rgb(221,201,226); }
div.DivClassName
{
background-color: #DDC9E2;
}
.BgClassName
{
background-color: #DDC9E2;
}
</style>
border-color css
<style>
span { border-color: #DDC9E2; }
span { border-color: rgb(221,201,226); }
td.TdClassName
{
border-color: #DDC9E2;
}
.TagClassName
{
border-color: #DDC9E2;
}
</style>