Shades of Blue Chalk #DDBDE9
Tints of Blue Chalk #DDBDE9
RGB
CMYK
RGB Variations
Color information
#DDBDE9 (or 0xDDBDE9) is known color: Blue Chalk. HEX triplet: DD, BD and E9. RGB value is (221,189,233). Sum of RGB (Red+Green+Blue) = 221+189+233=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDBDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDE9 is #224216. Grayscale: #CBCBCB. Windows color (decimal): -2245143 or 15318493. OLE color: 15318493.
HSL color Cylindrical-coordinate representation of color #DDBDE9: hue angle of 283.64º degrees, saturation: 0.5, 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 #DDBDE9 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 189 | 233 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.09 |
| HSL | 283.64º | 0.5% | 0.83% | - |
| HSV(B) | 283.64º | 0.19% | 0.91% | - |
| XYZ | 62.72 | 57.65 | 84.91 | - |
| YUV | 203.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 233 | 0.05 | 0.19 | 0 | 0.09 | 283.64 | 0.5 | 0.83 |
| Hex | DD | BD | E9 | 5 | 13 | 0 | 9 | 11C | 32 | 53 |
| Octal | 335 | 275 | 351 | 5 | 23 | 0 | 11 | 434 | 62 | 123 |
| Binary | 11011101 | 10111101 | 11101001 | 101 | 10011 | 0 | 1001 | 100011100 | 110010 | 1010011 |
Color Harmonies of #DDBDE9
Complementary color
Monochromatic Colors of #DDBDE9
Black with #DDBDE9
Text Example
Text Example
White with #DDBDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDE9; }
p { color: rgb(221,189,233); }
H1.HeaderClassName
{
color: #DDBDE9;
}
.AnyTagClassName
{
color: #DDBDE9;
}
</style>
background-color css
<style>
a { background-color: #DDBDE9; }
a { background-color: rgb(221,189,233); }
div.DivClassName
{
background-color: #DDBDE9;
}
.BgClassName
{
background-color: #DDBDE9;
}
</style>
border-color css
<style>
span { border-color: #DDBDE9; }
span { border-color: rgb(221,189,233); }
td.TdClassName
{
border-color: #DDBDE9;
}
.TagClassName
{
border-color: #DDBDE9;
}
</style>