#DAC8DD

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

Shades of Thistle #DAC8DD

Tints of Thistle #DAC8DD

Color information

#DAC8DD (or 0xDAC8DD) is unknown color: approx Thistle. HEX triplet: DA, C8 and DD. RGB value is (218,200,221). Sum of RGB (Red+Green+Blue) = 218+200+221=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAC8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8DD is #253722. Grayscale: #CFCFCF. Windows color (decimal): -2438947 or 14534874. OLE color: 14534874.

HSL color Cylindrical-coordinate representation of color #DAC8DD: hue angle of 291.43º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC8DD is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218200221-
CMYK0.010.1000.13
HSL291.43º23.6%82.55%-
HSV(B)291.43º9.5%86.67%-
XYZ62.6261.4376.96-
YUV207.78135.46135.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 200 (78.52% from 255) = 31.30%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=34.12%
G=31.30%
B=34.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182002210.010.1000.13291.4323.682.55
HexDAC8DD1A0D1231853
Octal33231033511201544330123
Binary1101101011001000110111011101001101100100011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8DD; }

 p { color: rgb(218,200,221); }

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

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

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

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

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

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

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