Shades of Thistle #DABFE2
Tints of Thistle #DABFE2
RGB
CMYK
RGB Variations
Color information
#DABFE2 (or 0xDABFE2) is known color: Thistle. HEX triplet: DA, BF and E2. RGB value is (218,191,226). Sum of RGB (Red+Green+Blue) = 218+191+226=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 226 - color contains mainly: blue. Hex color #DABFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFE2 is #25401D. Grayscale: #CACACA. Windows color (decimal): -2441246 or 14860250. OLE color: 14860250.
HSL color Cylindrical-coordinate representation of color #DABFE2: hue angle of 286.29º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABFE2 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 191 | 226 | - |
CMYK | 0.04 | 0.15 | 0 | 0.11 |
HSL | 286.29º | 0.38% | 0.82% | - |
HSV(B) | 286.29º | 0.15% | 0.89% | - |
XYZ | 61.27 | 57.66 | 79.85 | - |
YUV | 203.06 | 140.95 | 138.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 191 | 226 | 0.04 | 0.15 | 0 | 0.11 | 286.29 | 0.38 | 0.82 |
Hex | DA | BF | E2 | 4 | F | 0 | B | 11E | 26 | 52 |
Octal | 332 | 277 | 342 | 4 | 17 | 0 | 13 | 436 | 46 | 122 |
Binary | 11011010 | 10111111 | 11100010 | 100 | 1111 | 0 | 1011 | 100011110 | 100110 | 1010010 |
Color Harmonies of #DABFE2
Complementary color
Monochromatic Colors of #DABFE2
Black with #DABFE2
Text Example
Text Example
White with #DABFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFE2; }
p { color: rgb(218,191,226); }
H1.HeaderClassName
{
color: #DABFE2;
}
.AnyTagClassName
{
color: #DABFE2;
}
</style>
background-color css
<style>
a { background-color: #DABFE2; }
a { background-color: rgb(218,191,226); }
div.DivClassName
{
background-color: #DABFE2;
}
.BgClassName
{
background-color: #DABFE2;
}
</style>
border-color css
<style>
span { border-color: #DABFE2; }
span { border-color: rgb(218,191,226); }
td.TdClassName
{
border-color: #DABFE2;
}
.TagClassName
{
border-color: #DABFE2;
}
</style>