Shades of Blue Chalk #DDBEEA
Tints of Blue Chalk #DDBEEA
RGB
CMYK
RGB Variations
Color information
#DDBEEA (or 0xDDBEEA) is known color: Blue Chalk. HEX triplet: DD, BE and EA. RGB value is (221,190,234). Sum of RGB (Red+Green+Blue) = 221+190+234=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDBEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEEA is #224115. Grayscale: #CCCCCC. Windows color (decimal): -2244886 or 15384285. OLE color: 15384285.
HSL color Cylindrical-coordinate representation of color #DDBEEA: hue angle of 282.27º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDBEEA is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 221 | 190 | 234 | - |
CMYK | 0.06 | 0.19 | 0 | 0.08 |
HSL | 282.27º | 0.51% | 0.83% | - |
HSV(B) | 282.27º | 0.19% | 0.92% | - |
XYZ | 63.08 | 58.14 | 85.74 | - |
YUV | 204.29 | 144.77 | 139.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 190 | 234 | 0.06 | 0.19 | 0 | 0.08 | 282.27 | 0.51 | 0.83 |
Hex | DD | BE | EA | 6 | 13 | 0 | 8 | 11A | 33 | 53 |
Octal | 335 | 276 | 352 | 6 | 23 | 0 | 10 | 432 | 63 | 123 |
Binary | 11011101 | 10111110 | 11101010 | 110 | 10011 | 0 | 1000 | 100011010 | 110011 | 1010011 |
Color Harmonies of #DDBEEA
Complementary color
Monochromatic Colors of #DDBEEA
Black with #DDBEEA
Text Example
Text Example
White with #DDBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEEA; }
p { color: rgb(221,190,234); }
H1.HeaderClassName
{
color: #DDBEEA;
}
.AnyTagClassName
{
color: #DDBEEA;
}
</style>
background-color css
<style>
a { background-color: #DDBEEA; }
a { background-color: rgb(221,190,234); }
div.DivClassName
{
background-color: #DDBEEA;
}
.BgClassName
{
background-color: #DDBEEA;
}
</style>
border-color css
<style>
span { border-color: #DDBEEA; }
span { border-color: rgb(221,190,234); }
td.TdClassName
{
border-color: #DDBEEA;
}
.TagClassName
{
border-color: #DDBEEA;
}
</style>