#DACCDB

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

Shades of Thistle #DACCDB

Tints of Thistle #DACCDB

Color information

#DACCDB (or 0xDACCDB) is unknown color: approx Thistle. HEX triplet: DA, CC and DB. RGB value is (218,204,219). Sum of RGB (Red+Green+Blue) = 218+204+219=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 219 - color contains mainly: blue. Hex color #DACCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCDB is #253324. Grayscale: #D1D1D1. Windows color (decimal): -2437925 or 14404826. OLE color: 14404826.

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

Color convert

RGB218204219-
CMYK0.000.0700.14
HSL296º17.24%82.94%-
HSV(B)296º6.85%85.88%-
XYZ63.2963.2175.88-
YUV209.9133.14133.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.01%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=34.01%
G=31.83%
B=34.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182042190.000.0700.1429617.2482.94
HexDACCDB070E1281153
Octal3323143330701645021123
Binary110110101100110011011011011101110100101000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCDB; }

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

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

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

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

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

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

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

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