Shades of Thistle #DABEE2
Tints of Thistle #DABEE2
RGB
CMYK
RGB Variations
Color information
#DABEE2 (or 0xDABEE2) is known color: Thistle. HEX triplet: DA, BE and E2. RGB value is (218,190,226). Sum of RGB (Red+Green+Blue) = 218+190+226=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 226 - color contains mainly: blue. Hex color #DABEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEE2 is #25411D. Grayscale: #CACACA. Windows color (decimal): -2441502 or 14859994. OLE color: 14859994.
HSL color Cylindrical-coordinate representation of color #DABEE2: hue angle of 286.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DABEE2 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 190 | 226 | - |
CMYK | 0.04 | 0.16 | 0 | 0.11 |
HSL | 286.67º | 0.38% | 0.82% | - |
HSV(B) | 286.67º | 0.16% | 0.89% | - |
XYZ | 61.05 | 57.22 | 79.78 | - |
YUV | 202.48 | 141.28 | 139.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 190 | 226 | 0.04 | 0.16 | 0 | 0.11 | 286.67 | 0.38 | 0.82 |
Hex | DA | BE | E2 | 4 | 10 | 0 | B | 11F | 26 | 52 |
Octal | 332 | 276 | 342 | 4 | 20 | 0 | 13 | 437 | 46 | 122 |
Binary | 11011010 | 10111110 | 11100010 | 100 | 10000 | 0 | 1011 | 100011111 | 100110 | 1010010 |
Color Harmonies of #DABEE2
Complementary color
Monochromatic Colors of #DABEE2
Black with #DABEE2
Text Example
Text Example
White with #DABEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEE2; }
p { color: rgb(218,190,226); }
H1.HeaderClassName
{
color: #DABEE2;
}
.AnyTagClassName
{
color: #DABEE2;
}
</style>
background-color css
<style>
a { background-color: #DABEE2; }
a { background-color: rgb(218,190,226); }
div.DivClassName
{
background-color: #DABEE2;
}
.BgClassName
{
background-color: #DABEE2;
}
</style>
border-color css
<style>
span { border-color: #DABEE2; }
span { border-color: rgb(218,190,226); }
td.TdClassName
{
border-color: #DABEE2;
}
.TagClassName
{
border-color: #DABEE2;
}
</style>