#DABCDA

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

Shades of Thistle #DABCDA

Tints of Thistle #DABCDA

Color information

#DABCDA (or 0xDABCDA) is unknown color: approx Thistle. HEX triplet: DA, BC and DA. RGB value is (218,188,218). Sum of RGB (Red+Green+Blue) = 218+188+218=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DABCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCDA is #254325. Grayscale: #C8C8C8. Windows color (decimal): -2442022 or 14335194. OLE color: 14335194.

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

Color convert

RGB218188218-
CMYK00.1400.15
HSL300º28.85%79.61%-
HSV(B)300º13.76%85.49%-
XYZ59.5555.9373.99-
YUV200.39137.94140.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.94%
GREEN value IS 188 (73.83% from 255) = 30.13%
BLUE value IS 218 (85.55% from 255) = 34.94%
R=34.94%
G=30.13%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818821800.1400.1530028.8579.61
HexDABCDA0E0F12c1d50
Octal33227433201601745435120
Binary1101101010111100110110100111001111100101100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCDA; }

 p { color: rgb(218,188,218); }

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

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

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

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

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

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

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