Shades of Thistle #DEBBE8
Tints of Thistle #DEBBE8
RGB
CMYK
RGB Variations
Color information
#DEBBE8 (or 0xDEBBE8) is known color: Thistle. HEX triplet: DE, BB and E8. RGB value is (222,187,232). Sum of RGB (Red+Green+Blue) = 222+187+232=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEBBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBE8 is #214417. Grayscale: #CACACA. Windows color (decimal): -2180120 or 15252446. OLE color: 15252446.
HSL color Cylindrical-coordinate representation of color #DEBBE8: hue angle of 286.67º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEBBE8 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 187 | 232 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.09 |
| HSL | 286.67º | 0.49% | 0.82% | - |
| HSV(B) | 286.67º | 0.19% | 0.91% | - |
| XYZ | 62.46 | 56.9 | 84.03 | - |
| YUV | 202.6 | 144.6 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 232 | 0.04 | 0.19 | 0 | 0.09 | 286.67 | 0.49 | 0.82 |
| Hex | DE | BB | E8 | 4 | 13 | 0 | 9 | 11F | 31 | 52 |
| Octal | 336 | 273 | 350 | 4 | 23 | 0 | 11 | 437 | 61 | 122 |
| Binary | 11011110 | 10111011 | 11101000 | 100 | 10011 | 0 | 1001 | 100011111 | 110001 | 1010010 |
Color Harmonies of #DEBBE8
Complementary color
Monochromatic Colors of #DEBBE8
Black with #DEBBE8
Text Example
Text Example
White with #DEBBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBE8; }
p { color: rgb(222,187,232); }
H1.HeaderClassName
{
color: #DEBBE8;
}
.AnyTagClassName
{
color: #DEBBE8;
}
</style>
background-color css
<style>
a { background-color: #DEBBE8; }
a { background-color: rgb(222,187,232); }
div.DivClassName
{
background-color: #DEBBE8;
}
.BgClassName
{
background-color: #DEBBE8;
}
</style>
border-color css
<style>
span { border-color: #DEBBE8; }
span { border-color: rgb(222,187,232); }
td.TdClassName
{
border-color: #DEBBE8;
}
.TagClassName
{
border-color: #DEBBE8;
}
</style>