#DACCDA

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

Shades of Thistle #DACCDA

Tints of Thistle #DACCDA

Color information

#DACCDA (or 0xDACCDA) is unknown color: approx Thistle. HEX triplet: DA, CC and DA. RGB value is (218,204,218). Sum of RGB (Red+Green+Blue) = 218+204+218=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DACCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCDA is #253325. Grayscale: #D1D1D1. Windows color (decimal): -2437926 or 14339290. OLE color: 14339290.

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

Color convert

RGB218204218-
CMYK00.0600.15
HSL300º15.91%82.75%-
HSV(B)300º6.42%85.49%-
XYZ63.1663.1575.19-
YUV209.78132.64133.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.06%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 218 (85.55% from 255) = 34.06%
R=34.06%
G=31.88%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820421800.0600.1530015.9182.75
HexDACCDA060F12c1053
Octal3323143320601745420123
Binary110110101100110011011010011001111100101100100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCDA; }

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

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

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

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

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

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

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

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