#DAC0E0

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

Shades of Thistle #DAC0E0

Tints of Thistle #DAC0E0

Color information

#DAC0E0 (or 0xDAC0E0) is unknown color: approx Thistle. HEX triplet: DA, C0 and E0. RGB value is (218,192,224). Sum of RGB (Red+Green+Blue) = 218+192+224=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #DAC0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0E0 is #253F1F. Grayscale: #CBCBCB. Windows color (decimal): -2440992 or 14729434. OLE color: 14729434.

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

Color convert

RGB218192224-
CMYK0.030.1400.12
HSL288.75º34.04%81.57%-
HSV(B)288.75º14.29%87.84%-
XYZ61.2257.9978.49-
YUV203.42139.61138.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 192 (75.39% from 255) = 30.28%
BLUE value IS 224 (87.89% from 255) = 35.33%
R=34.38%
G=30.28%
B=35.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181922240.030.1400.12288.7534.0481.57
HexDAC0E03E0C1212252
Octal33230034031601444142122
Binary110110101100000011100000111110011001001000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC0E0; }

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

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

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

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

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

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

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

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