Shades of Blue Chalk #DDC3E9
Tints of Blue Chalk #DDC3E9
RGB
CMYK
RGB Variations
Color information
#DDC3E9 (or 0xDDC3E9) is known color: Blue Chalk. HEX triplet: DD, C3 and E9. RGB value is (221,195,233). Sum of RGB (Red+Green+Blue) = 221+195+233=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 195 (76.56% from 255 or 30.05% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDC3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC3E9 is #223C16. Grayscale: #CECECE. Windows color (decimal): -2243607 or 15320029. OLE color: 15320029.
HSL color Cylindrical-coordinate representation of color #DDC3E9: hue angle of 281.05º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDC3E9 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 195 | 233 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.09 |
| HSL | 281.05º | 0.46% | 0.84% | - |
| HSV(B) | 281.05º | 0.16% | 0.91% | - |
| XYZ | 64.04 | 60.29 | 85.35 | - |
| YUV | 207.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 233 | 0.05 | 0.16 | 0 | 0.09 | 281.05 | 0.46 | 0.84 |
| Hex | DD | C3 | E9 | 5 | 10 | 0 | 9 | 119 | 2E | 54 |
| Octal | 335 | 303 | 351 | 5 | 20 | 0 | 11 | 431 | 56 | 124 |
| Binary | 11011101 | 11000011 | 11101001 | 101 | 10000 | 0 | 1001 | 100011001 | 101110 | 1010100 |
Color Harmonies of #DDC3E9
Complementary color
Monochromatic Colors of #DDC3E9
Black with #DDC3E9
Text Example
Text Example
White with #DDC3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3E9; }
p { color: rgb(221,195,233); }
H1.HeaderClassName
{
color: #DDC3E9;
}
.AnyTagClassName
{
color: #DDC3E9;
}
</style>
background-color css
<style>
a { background-color: #DDC3E9; }
a { background-color: rgb(221,195,233); }
div.DivClassName
{
background-color: #DDC3E9;
}
.BgClassName
{
background-color: #DDC3E9;
}
</style>
border-color css
<style>
span { border-color: #DDC3E9; }
span { border-color: rgb(221,195,233); }
td.TdClassName
{
border-color: #DDC3E9;
}
.TagClassName
{
border-color: #DDC3E9;
}
</style>