#DAC0E1

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

Shades of Thistle #DAC0E1

Tints of Thistle #DAC0E1

Color information

#DAC0E1 (or 0xDAC0E1) is unknown color: approx Thistle. HEX triplet: DA, C0 and E1. RGB value is (218,192,225). Sum of RGB (Red+Green+Blue) = 218+192+225=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 192 (75.39% from 255 or 30.24% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 225 - color contains mainly: blue. Hex color #DAC0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0E1 is #253F1E. Grayscale: #CBCBCB. Windows color (decimal): -2440991 or 14794970. OLE color: 14794970.

HSL color Cylindrical-coordinate representation of color #DAC0E1: hue angle of 287.27º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAC0E1 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218192225-
CMYK0.030.1500.12
HSL287.27º35.48%81.76%-
HSV(B)287.27º14.67%88.24%-
XYZ61.3558.0479.2-
YUV203.54140.11138.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 192 (75.39% from 255) = 30.24%
BLUE value IS 225 (88.28% from 255) = 35.43%
R=34.33%
G=30.24%
B=35.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181922250.030.1500.12287.2735.4881.76
HexDAC0E13F0C11f2352
Octal33230034131701443743122
Binary110110101100000011100001111111011001000111111000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC0E1; }

 p { color: rgb(218,192,225); }

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

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

 a { background-color: rgb(218,192,225); }

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

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

 span { border-color: rgb(218,192,225); }

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