Shades of Blue Chalk #DDBCE9
Tints of Blue Chalk #DDBCE9
RGB
CMYK
RGB Variations
Color information
#DDBCE9 (or 0xDDBCE9) is known color: Blue Chalk. HEX triplet: DD, BC and E9. RGB value is (221,188,233). Sum of RGB (Red+Green+Blue) = 221+188+233=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDBCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBCE9 is #224316. Grayscale: #CACACA. Windows color (decimal): -2245399 or 15318237. OLE color: 15318237.
HSL color Cylindrical-coordinate representation of color #DDBCE9: hue angle of 284º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDBCE9 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 188 | 233 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.09 |
| HSL | 284º | 0.51% | 0.83% | - |
| HSV(B) | 284º | 0.19% | 0.91% | - |
| XYZ | 62.51 | 57.22 | 84.84 | - |
| YUV | 203 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 233 | 0.05 | 0.19 | 0 | 0.09 | 284 | 0.51 | 0.83 |
| Hex | DD | BC | E9 | 5 | 13 | 0 | 9 | 11C | 33 | 53 |
| Octal | 335 | 274 | 351 | 5 | 23 | 0 | 11 | 434 | 63 | 123 |
| Binary | 11011101 | 10111100 | 11101001 | 101 | 10011 | 0 | 1001 | 100011100 | 110011 | 1010011 |
Color Harmonies of #DDBCE9
Complementary color
Monochromatic Colors of #DDBCE9
Black with #DDBCE9
Text Example
Text Example
White with #DDBCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCE9; }
p { color: rgb(221,188,233); }
H1.HeaderClassName
{
color: #DDBCE9;
}
.AnyTagClassName
{
color: #DDBCE9;
}
</style>
background-color css
<style>
a { background-color: #DDBCE9; }
a { background-color: rgb(221,188,233); }
div.DivClassName
{
background-color: #DDBCE9;
}
.BgClassName
{
background-color: #DDBCE9;
}
</style>
border-color css
<style>
span { border-color: #DDBCE9; }
span { border-color: rgb(221,188,233); }
td.TdClassName
{
border-color: #DDBCE9;
}
.TagClassName
{
border-color: #DDBCE9;
}
</style>