Shades of Thistle #DDBEDF
Tints of Thistle #DDBEDF
RGB
CMYK
RGB Variations
Color information
#DDBEDF (or 0xDDBEDF) is known color: Thistle. HEX triplet: DD, BE and DF. RGB value is (221,190,223). Sum of RGB (Red+Green+Blue) = 221+190+223=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDBEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEDF is #224120. Grayscale: #CACACA. Windows color (decimal): -2244897 or 14663389. OLE color: 14663389.
HSL color Cylindrical-coordinate representation of color #DDBEDF: hue angle of 296.36º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBEDF is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 190 | 223 | - |
CMYK | 0.01 | 0.15 | 0 | 0.13 |
HSL | 296.36º | 0.34% | 0.81% | - |
HSV(B) | 296.36º | 0.15% | 0.87% | - |
XYZ | 61.55 | 57.53 | 77.67 | - |
YUV | 203.03 | 139.27 | 140.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 190 | 223 | 0.01 | 0.15 | 0 | 0.13 | 296.36 | 0.34 | 0.81 |
Hex | DD | BE | DF | 1 | F | 0 | D | 128 | 22 | 51 |
Octal | 335 | 276 | 337 | 1 | 17 | 0 | 15 | 450 | 42 | 121 |
Binary | 11011101 | 10111110 | 11011111 | 1 | 1111 | 0 | 1101 | 100101000 | 100010 | 1010001 |
Color Harmonies of #DDBEDF
Complementary color
Monochromatic Colors of #DDBEDF
Black with #DDBEDF
Text Example
Text Example
White with #DDBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEDF; }
p { color: rgb(221,190,223); }
H1.HeaderClassName
{
color: #DDBEDF;
}
.AnyTagClassName
{
color: #DDBEDF;
}
</style>
background-color css
<style>
a { background-color: #DDBEDF; }
a { background-color: rgb(221,190,223); }
div.DivClassName
{
background-color: #DDBEDF;
}
.BgClassName
{
background-color: #DDBEDF;
}
</style>
border-color css
<style>
span { border-color: #DDBEDF; }
span { border-color: rgb(221,190,223); }
td.TdClassName
{
border-color: #DDBEDF;
}
.TagClassName
{
border-color: #DDBEDF;
}
</style>