Shades of Blue Chalk #DDC6EB
Tints of Blue Chalk #DDC6EB
RGB
CMYK
RGB Variations
Color information
#DDC6EB (or 0xDDC6EB) is known color: Blue Chalk. HEX triplet: DD, C6 and EB. RGB value is (221,198,235). Sum of RGB (Red+Green+Blue) = 221+198+235=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDC6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6EB is #223914. Grayscale: #D0D0D0. Windows color (decimal): -2242837 or 15451869. OLE color: 15451869.
HSL color Cylindrical-coordinate representation of color #DDC6EB: hue angle of 277.3º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDC6EB is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 198 | 235 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.08 |
| HSL | 277.3º | 0.48% | 0.85% | - |
| HSV(B) | 277.3º | 0.16% | 0.92% | - |
| XYZ | 65.01 | 61.76 | 87.09 | - |
| YUV | 209.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 235 | 0.06 | 0.16 | 0 | 0.08 | 277.3 | 0.48 | 0.85 |
| Hex | DD | C6 | EB | 6 | 10 | 0 | 8 | 115 | 30 | 55 |
| Octal | 335 | 306 | 353 | 6 | 20 | 0 | 10 | 425 | 60 | 125 |
| Binary | 11011101 | 11000110 | 11101011 | 110 | 10000 | 0 | 1000 | 100010101 | 110000 | 1010101 |
Color Harmonies of #DDC6EB
Complementary color
Monochromatic Colors of #DDC6EB
Black with #DDC6EB
Text Example
Text Example
White with #DDC6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6EB; }
p { color: rgb(221,198,235); }
H1.HeaderClassName
{
color: #DDC6EB;
}
.AnyTagClassName
{
color: #DDC6EB;
}
</style>
background-color css
<style>
a { background-color: #DDC6EB; }
a { background-color: rgb(221,198,235); }
div.DivClassName
{
background-color: #DDC6EB;
}
.BgClassName
{
background-color: #DDC6EB;
}
</style>
border-color css
<style>
span { border-color: #DDC6EB; }
span { border-color: rgb(221,198,235); }
td.TdClassName
{
border-color: #DDC6EB;
}
.TagClassName
{
border-color: #DDC6EB;
}
</style>