#DAC1DF

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

Shades of Thistle #DAC1DF

Tints of Thistle #DAC1DF

Color information

#DAC1DF (or 0xDAC1DF) is unknown color: approx Thistle. HEX triplet: DA, C1 and DF. RGB value is (218,193,223). Sum of RGB (Red+Green+Blue) = 218+193+223=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAC1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1DF is #253E20. Grayscale: #CBCBCB. Windows color (decimal): -2440737 or 14664154. OLE color: 14664154.

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

Color convert

RGB218193223-
CMYK0.020.1300.13
HSL290º31.91%81.57%-
HSV(B)290º13.45%87.45%-
XYZ61.358.3777.85-
YUV203.9138.78138.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 193 (75.78% from 255) = 30.44%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=34.38%
G=30.44%
B=35.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181932230.020.1300.1329031.9181.57
HexDAC1DF2D0D1222052
Octal33230133721501544240122
Binary110110101100000111011111101101011011001000101000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1DF; }

 p { color: rgb(218,193,223); }

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

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

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

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

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

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

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