Shades of Blue Chalk #DDC2E9
Tints of Blue Chalk #DDC2E9
RGB
CMYK
RGB Variations
Color information
#DDC2E9 (or 0xDDC2E9) is known color: Blue Chalk. HEX triplet: DD, C2 and E9. RGB value is (221,194,233). Sum of RGB (Red+Green+Blue) = 221+194+233=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 194 (76.17% from 255 or 29.94% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDC2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC2E9 is #223D16. Grayscale: #CECECE. Windows color (decimal): -2243863 or 15319773. OLE color: 15319773.
HSL color Cylindrical-coordinate representation of color #DDC2E9: hue angle of 281.54º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDC2E9 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 194 | 233 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.09 |
| HSL | 281.54º | 0.47% | 0.84% | - |
| HSV(B) | 281.54º | 0.17% | 0.91% | - |
| XYZ | 63.82 | 59.84 | 85.28 | - |
| YUV | 206.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 233 | 0.05 | 0.17 | 0 | 0.09 | 281.54 | 0.47 | 0.84 |
| Hex | DD | C2 | E9 | 5 | 11 | 0 | 9 | 11A | 2F | 54 |
| Octal | 335 | 302 | 351 | 5 | 21 | 0 | 11 | 432 | 57 | 124 |
| Binary | 11011101 | 11000010 | 11101001 | 101 | 10001 | 0 | 1001 | 100011010 | 101111 | 1010100 |
Color Harmonies of #DDC2E9
Complementary color
Monochromatic Colors of #DDC2E9
Black with #DDC2E9
Text Example
Text Example
White with #DDC2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC2E9; }
p { color: rgb(221,194,233); }
H1.HeaderClassName
{
color: #DDC2E9;
}
.AnyTagClassName
{
color: #DDC2E9;
}
</style>
background-color css
<style>
a { background-color: #DDC2E9; }
a { background-color: rgb(221,194,233); }
div.DivClassName
{
background-color: #DDC2E9;
}
.BgClassName
{
background-color: #DDC2E9;
}
</style>
border-color css
<style>
span { border-color: #DDC2E9; }
span { border-color: rgb(221,194,233); }
td.TdClassName
{
border-color: #DDC2E9;
}
.TagClassName
{
border-color: #DDC2E9;
}
</style>