Shades of Thistle #DEBBE5
Tints of Thistle #DEBBE5
RGB
CMYK
RGB Variations
Color information
#DEBBE5 (or 0xDEBBE5) is known color: Thistle. HEX triplet: DE, BB and E5. RGB value is (222,187,229). Sum of RGB (Red+Green+Blue) = 222+187+229=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEBBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBE5 is #21441A. Grayscale: #CACACA. Windows color (decimal): -2180123 or 15055838. OLE color: 15055838.
HSL color Cylindrical-coordinate representation of color #DEBBE5: hue angle of 290º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEBBE5 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 187 | 229 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.10 |
| HSL | 290º | 0.45% | 0.82% | - |
| HSV(B) | 290º | 0.18% | 0.9% | - |
| XYZ | 62.04 | 56.73 | 81.81 | - |
| YUV | 202.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 229 | 0.03 | 0.18 | 0 | 0.10 | 290 | 0.45 | 0.82 |
| Hex | DE | BB | E5 | 3 | 12 | 0 | A | 122 | 2D | 52 |
| Octal | 336 | 273 | 345 | 3 | 22 | 0 | 12 | 442 | 55 | 122 |
| Binary | 11011110 | 10111011 | 11100101 | 11 | 10010 | 0 | 1010 | 100100010 | 101101 | 1010010 |
Color Harmonies of #DEBBE5
Complementary color
Monochromatic Colors of #DEBBE5
Black with #DEBBE5
Text Example
Text Example
White with #DEBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBE5; }
p { color: rgb(222,187,229); }
H1.HeaderClassName
{
color: #DEBBE5;
}
.AnyTagClassName
{
color: #DEBBE5;
}
</style>
background-color css
<style>
a { background-color: #DEBBE5; }
a { background-color: rgb(222,187,229); }
div.DivClassName
{
background-color: #DEBBE5;
}
.BgClassName
{
background-color: #DEBBE5;
}
</style>
border-color css
<style>
span { border-color: #DEBBE5; }
span { border-color: rgb(222,187,229); }
td.TdClassName
{
border-color: #DEBBE5;
}
.TagClassName
{
border-color: #DEBBE5;
}
</style>