#DABBD9

Color #DABBD9 Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #DABBD9

Tints of Thistle #DABBD9

Color information

#DABBD9 (or 0xDABBD9) is unknown color: approx Thistle. HEX triplet: DA, BB and D9. RGB value is (218,187,217). Sum of RGB (Red+Green+Blue) = 218+187+217=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBD9 is #254426. Grayscale: #C7C7C7. Windows color (decimal): -2442279 or 14269402. OLE color: 14269402.

HSL color Cylindrical-coordinate representation of color #DABBD9: hue angle of 301.94º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABBD9 is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB218187217-
CMYK00.140.000.15
HSL301.94º29.52%79.41%-
HSV(B)301.94º14.22%85.49%-
XYZ59.2155.4673.23-
YUV199.69137.77141.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 217 (85.16% from 255) = 34.89%
R=35.05%
G=30.06%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818721700.140.000.15301.9429.5279.41
HexDABBD90E0F12e1e4f
Octal33227333101601745636117
Binary1101101010111011110110010111001111100101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBD9; }

 p { color: rgb(218,187,217); }

 H1.HeaderClassName
 {
   color: #DABBD9;
 }
 .AnyTagClassName
 {
   color: #DABBD9;
 }
</style>
background-color css

<style>
 a { background-color: #DABBD9; }

 a { background-color: rgb(218,187,217); }

 div.DivClassName
 {
   background-color: #DABBD9;
 }
 .BgClassName
 {
   background-color: #DABBD9;
 }
</style>
border-color css

<style>
 span { border-color: #DABBD9; }

 span { border-color: rgb(218,187,217); }

 td.TdClassName
 {
   border-color: #DABBD9;
 }
 .TagClassName
 {
   border-color: #DABBD9;
 }
</style>