Shades of Blue Chalk #DDBFEA
Tints of Blue Chalk #DDBFEA
RGB
CMYK
RGB Variations
Color information
#DDBFEA (or 0xDDBFEA) is known color: Blue Chalk. HEX triplet: DD, BF and EA. RGB value is (221,191,234). Sum of RGB (Red+Green+Blue) = 221+191+234=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDBFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFEA is #224015. Grayscale: #CCCCCC. Windows color (decimal): -2244630 or 15384541. OLE color: 15384541.
HSL color Cylindrical-coordinate representation of color #DDBFEA: hue angle of 281.86º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDBFEA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 191 | 234 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.08 |
| HSL | 281.86º | 0.51% | 0.83% | - |
| HSV(B) | 281.86º | 0.18% | 0.92% | - |
| XYZ | 63.3 | 58.57 | 85.81 | - |
| YUV | 204.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 234 | 0.06 | 0.18 | 0 | 0.08 | 281.86 | 0.51 | 0.83 |
| Hex | DD | BF | EA | 6 | 12 | 0 | 8 | 11A | 33 | 53 |
| Octal | 335 | 277 | 352 | 6 | 22 | 0 | 10 | 432 | 63 | 123 |
| Binary | 11011101 | 10111111 | 11101010 | 110 | 10010 | 0 | 1000 | 100011010 | 110011 | 1010011 |
Color Harmonies of #DDBFEA
Complementary color
Monochromatic Colors of #DDBFEA
Black with #DDBFEA
Text Example
Text Example
White with #DDBFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFEA; }
p { color: rgb(221,191,234); }
H1.HeaderClassName
{
color: #DDBFEA;
}
.AnyTagClassName
{
color: #DDBFEA;
}
</style>
background-color css
<style>
a { background-color: #DDBFEA; }
a { background-color: rgb(221,191,234); }
div.DivClassName
{
background-color: #DDBFEA;
}
.BgClassName
{
background-color: #DDBFEA;
}
</style>
border-color css
<style>
span { border-color: #DDBFEA; }
span { border-color: rgb(221,191,234); }
td.TdClassName
{
border-color: #DDBFEA;
}
.TagClassName
{
border-color: #DDBFEA;
}
</style>