Shades of Blue Chalk #DDBEE9
Tints of Blue Chalk #DDBEE9
RGB
CMYK
RGB Variations
Color information
#DDBEE9 (or 0xDDBEE9) is known color: Blue Chalk. HEX triplet: DD, BE and E9. RGB value is (221,190,233). Sum of RGB (Red+Green+Blue) = 221+190+233=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDBEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEE9 is #224116. Grayscale: #CCCCCC. Windows color (decimal): -2244887 or 15318749. OLE color: 15318749.
HSL color Cylindrical-coordinate representation of color #DDBEE9: hue angle of 283.26º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDBEE9 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 190 | 233 | - |
CMYK | 0.05 | 0.18 | 0 | 0.09 |
HSL | 283.26º | 0.49% | 0.83% | - |
HSV(B) | 283.26º | 0.18% | 0.91% | - |
XYZ | 62.94 | 58.08 | 84.98 | - |
YUV | 204.17 | 144.27 | 140 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 190 | 233 | 0.05 | 0.18 | 0 | 0.09 | 283.26 | 0.49 | 0.83 |
Hex | DD | BE | E9 | 5 | 12 | 0 | 9 | 11B | 31 | 53 |
Octal | 335 | 276 | 351 | 5 | 22 | 0 | 11 | 433 | 61 | 123 |
Binary | 11011101 | 10111110 | 11101001 | 101 | 10010 | 0 | 1001 | 100011011 | 110001 | 1010011 |
Color Harmonies of #DDBEE9
Complementary color
Monochromatic Colors of #DDBEE9
Black with #DDBEE9
Text Example
Text Example
White with #DDBEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEE9; }
p { color: rgb(221,190,233); }
H1.HeaderClassName
{
color: #DDBEE9;
}
.AnyTagClassName
{
color: #DDBEE9;
}
</style>
background-color css
<style>
a { background-color: #DDBEE9; }
a { background-color: rgb(221,190,233); }
div.DivClassName
{
background-color: #DDBEE9;
}
.BgClassName
{
background-color: #DDBEE9;
}
</style>
border-color css
<style>
span { border-color: #DDBEE9; }
span { border-color: rgb(221,190,233); }
td.TdClassName
{
border-color: #DDBEE9;
}
.TagClassName
{
border-color: #DDBEE9;
}
</style>