#DACAD8

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

Shades of Thistle #DACAD8

Tints of Thistle #DACAD8

Color information

#DACAD8 (or 0xDACAD8) is unknown color: approx Thistle. HEX triplet: DA, CA and D8. RGB value is (218,202,216). Sum of RGB (Red+Green+Blue) = 218+202+216=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACAD8 is #253527. Grayscale: #D0D0D0. Windows color (decimal): -2438440 or 14207706. OLE color: 14207706.

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

Color convert

RGB218202216-
CMYK00.070.010.15
HSL307.5º17.78%82.35%-
HSV(B)307.5º7.34%85.49%-
XYZ62.4362.173.66-
YUV208.38132.3134.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 202 (79.30% from 255) = 31.76%
BLUE value IS 216 (84.77% from 255) = 33.96%
R=34.28%
G=31.76%
B=33.96%

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
Decimal21820221600.070.010.15307.517.7882.35
HexDACAD8071F1341252
Octal3323123300711746422122
Binary110110101100101011011000011111111100110100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACAD8; }

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

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

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

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

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

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

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

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