Shades of Thistle #DEBAE4
Tints of Thistle #DEBAE4
RGB
CMYK
RGB Variations
Color information
#DEBAE4 (or 0xDEBAE4) is known color: Thistle. HEX triplet: DE, BA and E4. RGB value is (222,186,228). Sum of RGB (Red+Green+Blue) = 222+186+228=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEBAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBAE4 is #21451B. Grayscale: #C9C9C9. Windows color (decimal): -2180380 or 14990046. OLE color: 14990046.
HSL color Cylindrical-coordinate representation of color #DEBAE4: hue angle of 291.43º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEBAE4 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 186 | 228 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.11 |
| HSL | 291.43º | 0.44% | 0.81% | - |
| HSV(B) | 291.43º | 0.18% | 0.89% | - |
| XYZ | 61.69 | 56.25 | 81 | - |
| YUV | 201.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 228 | 0.03 | 0.18 | 0 | 0.11 | 291.43 | 0.44 | 0.81 |
| Hex | DE | BA | E4 | 3 | 12 | 0 | B | 123 | 2C | 51 |
| Octal | 336 | 272 | 344 | 3 | 22 | 0 | 13 | 443 | 54 | 121 |
| Binary | 11011110 | 10111010 | 11100100 | 11 | 10010 | 0 | 1011 | 100100011 | 101100 | 1010001 |
Color Harmonies of #DEBAE4
Complementary color
Monochromatic Colors of #DEBAE4
Black with #DEBAE4
Text Example
Text Example
White with #DEBAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBAE4; }
p { color: rgb(222,186,228); }
H1.HeaderClassName
{
color: #DEBAE4;
}
.AnyTagClassName
{
color: #DEBAE4;
}
</style>
background-color css
<style>
a { background-color: #DEBAE4; }
a { background-color: rgb(222,186,228); }
div.DivClassName
{
background-color: #DEBAE4;
}
.BgClassName
{
background-color: #DEBAE4;
}
</style>
border-color css
<style>
span { border-color: #DEBAE4; }
span { border-color: rgb(222,186,228); }
td.TdClassName
{
border-color: #DEBAE4;
}
.TagClassName
{
border-color: #DEBAE4;
}
</style>