Shades of Thistle #DEBEE4
Tints of Thistle #DEBEE4
RGB
CMYK
RGB Variations
Color information
#DEBEE4 (or 0xDEBEE4) is known color: Thistle. HEX triplet: DE, BE and E4. RGB value is (222,190,228). Sum of RGB (Red+Green+Blue) = 222+190+228=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEBEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEE4 is #21411B. Grayscale: #CBCBCB. Windows color (decimal): -2179356 or 14991070. OLE color: 14991070.
HSL color Cylindrical-coordinate representation of color #DEBEE4: hue angle of 290.53º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEBEE4 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 190 | 228 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.11 |
| HSL | 290.53º | 0.41% | 0.82% | - |
| HSV(B) | 290.53º | 0.17% | 0.89% | - |
| XYZ | 62.54 | 57.96 | 81.29 | - |
| YUV | 203.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 228 | 0.03 | 0.17 | 0 | 0.11 | 290.53 | 0.41 | 0.82 |
| Hex | DE | BE | E4 | 3 | 11 | 0 | B | 123 | 29 | 52 |
| Octal | 336 | 276 | 344 | 3 | 21 | 0 | 13 | 443 | 51 | 122 |
| Binary | 11011110 | 10111110 | 11100100 | 11 | 10001 | 0 | 1011 | 100100011 | 101001 | 1010010 |
Color Harmonies of #DEBEE4
Complementary color
Monochromatic Colors of #DEBEE4
Black with #DEBEE4
Text Example
Text Example
White with #DEBEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEE4; }
p { color: rgb(222,190,228); }
H1.HeaderClassName
{
color: #DEBEE4;
}
.AnyTagClassName
{
color: #DEBEE4;
}
</style>
background-color css
<style>
a { background-color: #DEBEE4; }
a { background-color: rgb(222,190,228); }
div.DivClassName
{
background-color: #DEBEE4;
}
.BgClassName
{
background-color: #DEBEE4;
}
</style>
border-color css
<style>
span { border-color: #DEBEE4; }
span { border-color: rgb(222,190,228); }
td.TdClassName
{
border-color: #DEBEE4;
}
.TagClassName
{
border-color: #DEBEE4;
}
</style>