#DACADA

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

Shades of Thistle #DACADA

Tints of Thistle #DACADA

Color information

#DACADA (or 0xDACADA) is unknown color: approx Thistle. HEX triplet: DA, CA and DA. RGB value is (218,202,218). Sum of RGB (Red+Green+Blue) = 218+202+218=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DACADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACADA is #253525. Grayscale: #D0D0D0. Windows color (decimal): -2438438 or 14338778. OLE color: 14338778.

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

Color convert

RGB218202218-
CMYK00.0700.15
HSL300º17.78%82.35%-
HSV(B)300º7.34%85.49%-
XYZ62.6962.2175.03-
YUV208.61133.3134.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=34.17%
G=31.66%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820221800.0700.1530017.7882.35
HexDACADA070F12c1252
Octal3323123320701745422122
Binary110110101100101011011010011101111100101100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACADA; }

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

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

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

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

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

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

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

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