Shades of Blue Chalk #DDC0EA
Tints of Blue Chalk #DDC0EA
RGB
CMYK
RGB Variations
Color information
#DDC0EA (or 0xDDC0EA) is known color: Blue Chalk. HEX triplet: DD, C0 and EA. RGB value is (221,192,234). Sum of RGB (Red+Green+Blue) = 221+192+234=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDC0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0EA is #223F15. Grayscale: #CDCDCD. Windows color (decimal): -2244374 or 15384797. OLE color: 15384797.
HSL color Cylindrical-coordinate representation of color #DDC0EA: hue angle of 281.43º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDC0EA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 192 | 234 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.08 |
| HSL | 281.43º | 0.5% | 0.84% | - |
| HSV(B) | 281.43º | 0.18% | 0.92% | - |
| XYZ | 63.52 | 59.01 | 85.88 | - |
| YUV | 205.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 234 | 0.06 | 0.18 | 0 | 0.08 | 281.43 | 0.5 | 0.84 |
| Hex | DD | C0 | EA | 6 | 12 | 0 | 8 | 119 | 32 | 54 |
| Octal | 335 | 300 | 352 | 6 | 22 | 0 | 10 | 431 | 62 | 124 |
| Binary | 11011101 | 11000000 | 11101010 | 110 | 10010 | 0 | 1000 | 100011001 | 110010 | 1010100 |
Color Harmonies of #DDC0EA
Complementary color
Monochromatic Colors of #DDC0EA
Black with #DDC0EA
Text Example
Text Example
White with #DDC0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC0EA; }
p { color: rgb(221,192,234); }
H1.HeaderClassName
{
color: #DDC0EA;
}
.AnyTagClassName
{
color: #DDC0EA;
}
</style>
background-color css
<style>
a { background-color: #DDC0EA; }
a { background-color: rgb(221,192,234); }
div.DivClassName
{
background-color: #DDC0EA;
}
.BgClassName
{
background-color: #DDC0EA;
}
</style>
border-color css
<style>
span { border-color: #DDC0EA; }
span { border-color: rgb(221,192,234); }
td.TdClassName
{
border-color: #DDC0EA;
}
.TagClassName
{
border-color: #DDC0EA;
}
</style>