#DACBD8

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

Shades of Thistle #DACBD8

Tints of Thistle #DACBD8

Color information

#DACBD8 (or 0xDACBD8) is unknown color: approx Thistle. HEX triplet: DA, CB and D8. RGB value is (218,203,216). Sum of RGB (Red+Green+Blue) = 218+203+216=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBD8 is #253427. Grayscale: #D0D0D0. Windows color (decimal): -2438184 or 14207962. OLE color: 14207962.

HSL color Cylindrical-coordinate representation of color #DACBD8: hue angle of 308º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DACBD8 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB218203216-
CMYK00.070.010.15
HSL308º16.85%82.55%-
HSV(B)308º6.88%85.49%-
XYZ62.6662.5873.74-
YUV208.97131.97134.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 216 (84.77% from 255) = 33.91%
R=34.22%
G=31.87%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820321600.070.010.1530816.8582.55
HexDACBD8071F1341153
Octal3323133300711746421123
Binary110110101100101111011000011111111100110100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACBD8; }

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

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

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

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

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

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

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

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