Shades of Blue Chalk #DDC6EA
Tints of Blue Chalk #DDC6EA
RGB
CMYK
RGB Variations
Color information
#DDC6EA (or 0xDDC6EA) is known color: Blue Chalk. HEX triplet: DD, C6 and EA. RGB value is (221,198,234). Sum of RGB (Red+Green+Blue) = 221+198+234=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 198 (77.73% from 255 or 30.32% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDC6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6EA is #223915. Grayscale: #D0D0D0. Windows color (decimal): -2242838 or 15386333. OLE color: 15386333.
HSL color Cylindrical-coordinate representation of color #DDC6EA: hue angle of 278.33º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDC6EA is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 198 | 234 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.08 |
| HSL | 278.33º | 0.46% | 0.85% | - |
| HSV(B) | 278.33º | 0.15% | 0.92% | - |
| XYZ | 64.86 | 61.7 | 86.33 | - |
| YUV | 208.98 | 142.12 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 234 | 0.06 | 0.15 | 0 | 0.08 | 278.33 | 0.46 | 0.85 |
| Hex | DD | C6 | EA | 6 | F | 0 | 8 | 116 | 2E | 55 |
| Octal | 335 | 306 | 352 | 6 | 17 | 0 | 10 | 426 | 56 | 125 |
| Binary | 11011101 | 11000110 | 11101010 | 110 | 1111 | 0 | 1000 | 100010110 | 101110 | 1010101 |
Color Harmonies of #DDC6EA
Complementary color
Monochromatic Colors of #DDC6EA
Black with #DDC6EA
Text Example
Text Example
White with #DDC6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6EA; }
p { color: rgb(221,198,234); }
H1.HeaderClassName
{
color: #DDC6EA;
}
.AnyTagClassName
{
color: #DDC6EA;
}
</style>
background-color css
<style>
a { background-color: #DDC6EA; }
a { background-color: rgb(221,198,234); }
div.DivClassName
{
background-color: #DDC6EA;
}
.BgClassName
{
background-color: #DDC6EA;
}
</style>
border-color css
<style>
span { border-color: #DDC6EA; }
span { border-color: rgb(221,198,234); }
td.TdClassName
{
border-color: #DDC6EA;
}
.TagClassName
{
border-color: #DDC6EA;
}
</style>