Shades of Blue Chalk #DDC8E8
Tints of Blue Chalk #DDC8E8
RGB
CMYK
RGB Variations
Color information
#DDC8E8 (or 0xDDC8E8) is known color: Blue Chalk. HEX triplet: DD, C8 and E8. RGB value is (221,200,232). Sum of RGB (Red+Green+Blue) = 221+200+232=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDC8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC8E8 is #223717. Grayscale: #D1D1D1. Windows color (decimal): -2242328 or 15255773. OLE color: 15255773.
HSL color Cylindrical-coordinate representation of color #DDC8E8: hue angle of 279.38º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDC8E8 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 200 | 232 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.09 |
| HSL | 279.38º | 0.41% | 0.85% | - |
| HSV(B) | 279.38º | 0.14% | 0.91% | - |
| XYZ | 65.04 | 62.51 | 84.98 | - |
| YUV | 209.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 232 | 0.05 | 0.14 | 0 | 0.09 | 279.38 | 0.41 | 0.85 |
| Hex | DD | C8 | E8 | 5 | E | 0 | 9 | 117 | 29 | 55 |
| Octal | 335 | 310 | 350 | 5 | 16 | 0 | 11 | 427 | 51 | 125 |
| Binary | 11011101 | 11001000 | 11101000 | 101 | 1110 | 0 | 1001 | 100010111 | 101001 | 1010101 |
Color Harmonies of #DDC8E8
Complementary color
Monochromatic Colors of #DDC8E8
Black with #DDC8E8
Text Example
Text Example
White with #DDC8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8E8; }
p { color: rgb(221,200,232); }
H1.HeaderClassName
{
color: #DDC8E8;
}
.AnyTagClassName
{
color: #DDC8E8;
}
</style>
background-color css
<style>
a { background-color: #DDC8E8; }
a { background-color: rgb(221,200,232); }
div.DivClassName
{
background-color: #DDC8E8;
}
.BgClassName
{
background-color: #DDC8E8;
}
</style>
border-color css
<style>
span { border-color: #DDC8E8; }
span { border-color: rgb(221,200,232); }
td.TdClassName
{
border-color: #DDC8E8;
}
.TagClassName
{
border-color: #DDC8E8;
}
</style>