#DABCD8

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

Shades of Thistle #DABCD8

Tints of Thistle #DABCD8

Color information

#DABCD8 (or 0xDABCD8) is unknown color: approx Thistle. HEX triplet: DA, BC and D8. RGB value is (218,188,216). Sum of RGB (Red+Green+Blue) = 218+188+216=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCD8 is #254327. Grayscale: #C8C8C8. Windows color (decimal): -2442024 or 14204122. OLE color: 14204122.

HSL color Cylindrical-coordinate representation of color #DABCD8: hue angle of 304º 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 #DABCD8 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB218188216-
CMYK00.140.010.15
HSL304º28.85%79.61%-
HSV(B)304º13.76%85.49%-
XYZ59.2955.8372.62-
YUV200.16136.94140.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 188 (73.83% from 255) = 30.23%
BLUE value IS 216 (84.77% from 255) = 34.73%
R=35.05%
G=30.23%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818821600.140.010.1530428.8579.61
HexDABCD80E1F1301d50
Octal33227433001611746035120
Binary1101101010111100110110000111011111100110000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCD8; }

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

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

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

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

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

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

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

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