Shades of Blue Chalk #DDC9E8
Tints of Blue Chalk #DDC9E8
RGB
CMYK
RGB Variations
Color information
#DDC9E8 (or 0xDDC9E8) is known color: Blue Chalk. HEX triplet: DD, C9 and E8. RGB value is (221,201,232). Sum of RGB (Red+Green+Blue) = 221+201+232=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDC9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC9E8 is #223617. Grayscale: #D2D2D2. Windows color (decimal): -2242072 or 15256029. OLE color: 15256029.
HSL color Cylindrical-coordinate representation of color #DDC9E8: hue angle of 278.71º degrees, saturation: 0.4, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDC9E8 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 201 | 232 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.09 |
| HSL | 278.71º | 0.4% | 0.85% | - |
| HSV(B) | 278.71º | 0.13% | 0.91% | - |
| XYZ | 65.27 | 62.97 | 85.06 | - |
| YUV | 210.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 232 | 0.05 | 0.13 | 0 | 0.09 | 278.71 | 0.4 | 0.85 |
| Hex | DD | C9 | E8 | 5 | D | 0 | 9 | 117 | 28 | 55 |
| Octal | 335 | 311 | 350 | 5 | 15 | 0 | 11 | 427 | 50 | 125 |
| Binary | 11011101 | 11001001 | 11101000 | 101 | 1101 | 0 | 1001 | 100010111 | 101000 | 1010101 |
Color Harmonies of #DDC9E8
Complementary color
Monochromatic Colors of #DDC9E8
Black with #DDC9E8
Text Example
Text Example
White with #DDC9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9E8; }
p { color: rgb(221,201,232); }
H1.HeaderClassName
{
color: #DDC9E8;
}
.AnyTagClassName
{
color: #DDC9E8;
}
</style>
background-color css
<style>
a { background-color: #DDC9E8; }
a { background-color: rgb(221,201,232); }
div.DivClassName
{
background-color: #DDC9E8;
}
.BgClassName
{
background-color: #DDC9E8;
}
</style>
border-color css
<style>
span { border-color: #DDC9E8; }
span { border-color: rgb(221,201,232); }
td.TdClassName
{
border-color: #DDC9E8;
}
.TagClassName
{
border-color: #DDC9E8;
}
</style>