#DAC4DD

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

Shades of Thistle #DAC4DD

Tints of Thistle #DAC4DD

Color information

#DAC4DD (or 0xDAC4DD) is unknown color: approx Thistle. HEX triplet: DA, C4 and DD. RGB value is (218,196,221). Sum of RGB (Red+Green+Blue) = 218+196+221=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAC4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4DD is #253B22. Grayscale: #CDCDCD. Windows color (decimal): -2439971 or 14533850. OLE color: 14533850.

HSL color Cylindrical-coordinate representation of color #DAC4DD: hue angle of 292.8º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC4DD is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218196221-
CMYK0.010.1100.13
HSL292.8º26.88%81.76%-
HSV(B)292.8º11.31%86.67%-
XYZ61.759.6176.66-
YUV205.43136.79136.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 196 (76.95% from 255) = 30.87%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=34.33%
G=30.87%
B=34.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181962210.010.1100.13292.826.8881.76
HexDAC4DD1B0D1251b52
Octal33230433511301544533122
Binary1101101011000100110111011101101101100100101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC4DD; }

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

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

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

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

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

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

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

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