#DAC4DC

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

Shades of Thistle #DAC4DC

Tints of Thistle #DAC4DC

Color information

#DAC4DC (or 0xDAC4DC) is unknown color: approx Thistle. HEX triplet: DA, C4 and DC. RGB value is (218,196,220). Sum of RGB (Red+Green+Blue) = 218+196+220=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4DC is #253B23. Grayscale: #CDCDCD. Windows color (decimal): -2439972 or 14468314. OLE color: 14468314.

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

Color convert

RGB218196220-
CMYK0.010.1100.14
HSL295º25.53%81.57%-
HSV(B)295º10.91%86.27%-
XYZ61.5759.5575.96-
YUV205.31136.29137.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 196 (76.95% from 255) = 30.91%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=34.38%
G=30.91%
B=34.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181962200.010.1100.1429525.5381.57
HexDAC4DC1B0E1271a52
Octal33230433411301644732122
Binary1101101011000100110111001101101110100100111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC4DC; }

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

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

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

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

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

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

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

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