#DAC1DE

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

Shades of Thistle #DAC1DE

Tints of Thistle #DAC1DE

Color information

#DAC1DE (or 0xDAC1DE) is unknown color: approx Thistle. HEX triplet: DA, C1 and DE. RGB value is (218,193,222). Sum of RGB (Red+Green+Blue) = 218+193+222=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 222 - color contains mainly: blue. Hex color #DAC1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1DE is #253E21. Grayscale: #CBCBCB. Windows color (decimal): -2440738 or 14598618. OLE color: 14598618.

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

Color convert

RGB218193222-
CMYK0.020.1300.13
HSL291.72º30.53%81.37%-
HSV(B)291.72º13.06%87.06%-
XYZ61.1758.3277.14-
YUV203.78138.28138.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 193 (75.78% from 255) = 30.49%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=34.44%
G=30.49%
B=35.07%

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
Decimal2181932220.020.1300.13291.7230.5381.37
HexDAC1DE2D0D1241f51
Octal33230133621501544437121
Binary11011010110000011101111010110101101100100100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1DE; }

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

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

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

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

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

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

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

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