Shades of Blue Chalk #DDC4EA
Tints of Blue Chalk #DDC4EA
RGB
CMYK
RGB Variations
Color information
#DDC4EA (or 0xDDC4EA) is known color: Blue Chalk. HEX triplet: DD, C4 and EA. RGB value is (221,196,234). Sum of RGB (Red+Green+Blue) = 221+196+234=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 196 (76.95% from 255 or 30.11% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDC4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC4EA is #223B15. Grayscale: #CFCFCF. Windows color (decimal): -2243350 or 15385821. OLE color: 15385821.
HSL color Cylindrical-coordinate representation of color #DDC4EA: hue angle of 279.47º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDC4EA is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 196 | 234 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.08 |
| HSL | 279.47º | 0.48% | 0.84% | - |
| HSV(B) | 279.47º | 0.16% | 0.92% | - |
| XYZ | 64.41 | 60.79 | 86.18 | - |
| YUV | 207.81 | 142.78 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 234 | 0.06 | 0.16 | 0 | 0.08 | 279.47 | 0.48 | 0.84 |
| Hex | DD | C4 | EA | 6 | 10 | 0 | 8 | 117 | 30 | 54 |
| Octal | 335 | 304 | 352 | 6 | 20 | 0 | 10 | 427 | 60 | 124 |
| Binary | 11011101 | 11000100 | 11101010 | 110 | 10000 | 0 | 1000 | 100010111 | 110000 | 1010100 |
Color Harmonies of #DDC4EA
Complementary color
Monochromatic Colors of #DDC4EA
Black with #DDC4EA
Text Example
Text Example
White with #DDC4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC4EA; }
p { color: rgb(221,196,234); }
H1.HeaderClassName
{
color: #DDC4EA;
}
.AnyTagClassName
{
color: #DDC4EA;
}
</style>
background-color css
<style>
a { background-color: #DDC4EA; }
a { background-color: rgb(221,196,234); }
div.DivClassName
{
background-color: #DDC4EA;
}
.BgClassName
{
background-color: #DDC4EA;
}
</style>
border-color css
<style>
span { border-color: #DDC4EA; }
span { border-color: rgb(221,196,234); }
td.TdClassName
{
border-color: #DDC4EA;
}
.TagClassName
{
border-color: #DDC4EA;
}
</style>