Shades of Blue Chalk #DDBEE8
Tints of Blue Chalk #DDBEE8
RGB
CMYK
RGB Variations
Color information
#DDBEE8 (or 0xDDBEE8) is known color: Blue Chalk. HEX triplet: DD, BE and E8. RGB value is (221,190,232). Sum of RGB (Red+Green+Blue) = 221+190+232=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDBEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEE8 is #224117. Grayscale: #CBCBCB. Windows color (decimal): -2244888 or 15253213. OLE color: 15253213.
HSL color Cylindrical-coordinate representation of color #DDBEE8: hue angle of 284.29º degrees, saturation: 0.48, 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 #DDBEE8 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 190 | 232 | - |
CMYK | 0.05 | 0.18 | 0 | 0.09 |
HSL | 284.29º | 0.48% | 0.83% | - |
HSV(B) | 284.29º | 0.18% | 0.91% | - |
XYZ | 62.8 | 58.03 | 84.23 | - |
YUV | 204.06 | 143.77 | 140.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 190 | 232 | 0.05 | 0.18 | 0 | 0.09 | 284.29 | 0.48 | 0.83 |
Hex | DD | BE | E8 | 5 | 12 | 0 | 9 | 11C | 30 | 53 |
Octal | 335 | 276 | 350 | 5 | 22 | 0 | 11 | 434 | 60 | 123 |
Binary | 11011101 | 10111110 | 11101000 | 101 | 10010 | 0 | 1001 | 100011100 | 110000 | 1010011 |
Color Harmonies of #DDBEE8
Complementary color
Monochromatic Colors of #DDBEE8
Black with #DDBEE8
Text Example
Text Example
White with #DDBEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEE8; }
p { color: rgb(221,190,232); }
H1.HeaderClassName
{
color: #DDBEE8;
}
.AnyTagClassName
{
color: #DDBEE8;
}
</style>
background-color css
<style>
a { background-color: #DDBEE8; }
a { background-color: rgb(221,190,232); }
div.DivClassName
{
background-color: #DDBEE8;
}
.BgClassName
{
background-color: #DDBEE8;
}
</style>
border-color css
<style>
span { border-color: #DDBEE8; }
span { border-color: rgb(221,190,232); }
td.TdClassName
{
border-color: #DDBEE8;
}
.TagClassName
{
border-color: #DDBEE8;
}
</style>