#DABADE

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

Shades of Thistle #DABADE

Tints of Thistle #DABADE

Color information

#DABADE (or 0xDABADE) is unknown color: approx Thistle. HEX triplet: DA, BA and DE. RGB value is (218,186,222). Sum of RGB (Red+Green+Blue) = 218+186+222=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 222 - color contains mainly: blue. Hex color #DABADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABADE is #254521. Grayscale: #C7C7C7. Windows color (decimal): -2442530 or 14596826. OLE color: 14596826.

HSL color Cylindrical-coordinate representation of color #DABADE: hue angle of 293.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DABADE is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218186222-
CMYK0.020.1600.13
HSL293.33º35.29%80%-
HSV(B)293.33º16.22%87.06%-
XYZ59.6655.376.64-
YUV199.67140.6141.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.82%
GREEN value IS 186 (73.05% from 255) = 29.71%
BLUE value IS 222 (87.11% from 255) = 35.46%
R=34.82%
G=29.71%
B=35.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181862220.020.1600.13293.3335.2980
HexDABADE2100D1252350
Octal33227233622001544543120
Binary1101101010111010110111101010000011011001001011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABADE; }

 p { color: rgb(218,186,222); }

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

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

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

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

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

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

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