Shades of Blue Chalk #DDC2EB
Tints of Blue Chalk #DDC2EB
RGB
CMYK
RGB Variations
Color information
#DDC2EB (or 0xDDC2EB) is known color: Blue Chalk. HEX triplet: DD, C2 and EB. RGB value is (221,194,235). Sum of RGB (Red+Green+Blue) = 221+194+235=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC2EB is #223D14. Grayscale: #CECECE. Windows color (decimal): -2243861 or 15450845. OLE color: 15450845.
HSL color Cylindrical-coordinate representation of color #DDC2EB: hue angle of 279.51º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDC2EB is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 194 | 235 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.08 |
| HSL | 279.51º | 0.51% | 0.84% | - |
| HSV(B) | 279.51º | 0.17% | 0.92% | - |
| XYZ | 64.11 | 59.95 | 86.79 | - |
| YUV | 206.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 235 | 0.06 | 0.17 | 0 | 0.08 | 279.51 | 0.51 | 0.84 |
| Hex | DD | C2 | EB | 6 | 11 | 0 | 8 | 118 | 33 | 54 |
| Octal | 335 | 302 | 353 | 6 | 21 | 0 | 10 | 430 | 63 | 124 |
| Binary | 11011101 | 11000010 | 11101011 | 110 | 10001 | 0 | 1000 | 100011000 | 110011 | 1010100 |
Color Harmonies of #DDC2EB
Complementary color
Monochromatic Colors of #DDC2EB
Black with #DDC2EB
Text Example
Text Example
White with #DDC2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC2EB; }
p { color: rgb(221,194,235); }
H1.HeaderClassName
{
color: #DDC2EB;
}
.AnyTagClassName
{
color: #DDC2EB;
}
</style>
background-color css
<style>
a { background-color: #DDC2EB; }
a { background-color: rgb(221,194,235); }
div.DivClassName
{
background-color: #DDC2EB;
}
.BgClassName
{
background-color: #DDC2EB;
}
</style>
border-color css
<style>
span { border-color: #DDC2EB; }
span { border-color: rgb(221,194,235); }
td.TdClassName
{
border-color: #DDC2EB;
}
.TagClassName
{
border-color: #DDC2EB;
}
</style>