Shades of Blue Chalk #DDBEE7
Tints of Blue Chalk #DDBEE7
RGB
CMYK
RGB Variations
Color information
#DDBEE7 (or 0xDDBEE7) is known color: Blue Chalk. HEX triplet: DD, BE and E7. RGB value is (221,190,231). Sum of RGB (Red+Green+Blue) = 221+190+231=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDBEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEE7 is #224118. Grayscale: #CBCBCB. Windows color (decimal): -2244889 or 15187677. OLE color: 15187677.
HSL color Cylindrical-coordinate representation of color #DDBEE7: hue angle of 285.37º degrees, saturation: 0.46, 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 #DDBEE7 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 190 | 231 | - |
CMYK | 0.04 | 0.18 | 0 | 0.09 |
HSL | 285.37º | 0.46% | 0.83% | - |
HSV(B) | 285.37º | 0.18% | 0.91% | - |
XYZ | 62.66 | 57.97 | 83.49 | - |
YUV | 203.94 | 143.27 | 140.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 190 | 231 | 0.04 | 0.18 | 0 | 0.09 | 285.37 | 0.46 | 0.83 |
Hex | DD | BE | E7 | 4 | 12 | 0 | 9 | 11D | 2E | 53 |
Octal | 335 | 276 | 347 | 4 | 22 | 0 | 11 | 435 | 56 | 123 |
Binary | 11011101 | 10111110 | 11100111 | 100 | 10010 | 0 | 1001 | 100011101 | 101110 | 1010011 |
Color Harmonies of #DDBEE7
Complementary color
Monochromatic Colors of #DDBEE7
Black with #DDBEE7
Text Example
Text Example
White with #DDBEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEE7; }
p { color: rgb(221,190,231); }
H1.HeaderClassName
{
color: #DDBEE7;
}
.AnyTagClassName
{
color: #DDBEE7;
}
</style>
background-color css
<style>
a { background-color: #DDBEE7; }
a { background-color: rgb(221,190,231); }
div.DivClassName
{
background-color: #DDBEE7;
}
.BgClassName
{
background-color: #DDBEE7;
}
</style>
border-color css
<style>
span { border-color: #DDBEE7; }
span { border-color: rgb(221,190,231); }
td.TdClassName
{
border-color: #DDBEE7;
}
.TagClassName
{
border-color: #DDBEE7;
}
</style>