Shades of Blue Chalk #DDC3EA
Tints of Blue Chalk #DDC3EA
RGB
CMYK
RGB Variations
Color information
#DDC3EA (or 0xDDC3EA) is known color: Blue Chalk. HEX triplet: DD, C3 and EA. RGB value is (221,195,234). Sum of RGB (Red+Green+Blue) = 221+195+234=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 195 (76.56% from 255 or 30% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDC3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC3EA is #223C15. Grayscale: #CFCFCF. Windows color (decimal): -2243606 or 15385565. OLE color: 15385565.
HSL color Cylindrical-coordinate representation of color #DDC3EA: hue angle of 280º degrees, saturation: 0.48, 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 #DDC3EA is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 195 | 234 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.08 |
| HSL | 280º | 0.48% | 0.84% | - |
| HSV(B) | 280º | 0.17% | 0.92% | - |
| XYZ | 64.19 | 60.34 | 86.11 | - |
| YUV | 207.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 234 | 0.06 | 0.17 | 0 | 0.08 | 280 | 0.48 | 0.84 |
| Hex | DD | C3 | EA | 6 | 11 | 0 | 8 | 118 | 30 | 54 |
| Octal | 335 | 303 | 352 | 6 | 21 | 0 | 10 | 430 | 60 | 124 |
| Binary | 11011101 | 11000011 | 11101010 | 110 | 10001 | 0 | 1000 | 100011000 | 110000 | 1010100 |
Color Harmonies of #DDC3EA
Complementary color
Monochromatic Colors of #DDC3EA
Black with #DDC3EA
Text Example
Text Example
White with #DDC3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3EA; }
p { color: rgb(221,195,234); }
H1.HeaderClassName
{
color: #DDC3EA;
}
.AnyTagClassName
{
color: #DDC3EA;
}
</style>
background-color css
<style>
a { background-color: #DDC3EA; }
a { background-color: rgb(221,195,234); }
div.DivClassName
{
background-color: #DDC3EA;
}
.BgClassName
{
background-color: #DDC3EA;
}
</style>
border-color css
<style>
span { border-color: #DDC3EA; }
span { border-color: rgb(221,195,234); }
td.TdClassName
{
border-color: #DDC3EA;
}
.TagClassName
{
border-color: #DDC3EA;
}
</style>