#DACAD7

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

Shades of Thistle #DACAD7

Tints of Thistle #DACAD7

Color information

#DACAD7 (or 0xDACAD7) is unknown color: approx Thistle. HEX triplet: DA, CA and D7. RGB value is (218,202,215). Sum of RGB (Red+Green+Blue) = 218+202+215=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACAD7 is #253528. Grayscale: #D0D0D0. Windows color (decimal): -2438441 or 14142170. OLE color: 14142170.

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

Color convert

RGB218202215-
CMYK00.070.010.15
HSL311.25º17.78%82.35%-
HSV(B)311.25º7.34%85.49%-
XYZ62.362.0572.98-
YUV208.27131.8134.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 202 (79.30% from 255) = 31.81%
BLUE value IS 215 (84.38% from 255) = 33.86%
R=34.33%
G=31.81%
B=33.86%

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
Decimal21820221500.070.010.15311.2517.7882.35
HexDACAD7071F1371252
Octal3323123270711746722122
Binary110110101100101011010111011111111100110111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACAD7; }

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

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

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

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

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

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

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

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