#DAC2E1

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

Shades of Thistle #DAC2E1

Tints of Thistle #DAC2E1

Color information

#DAC2E1 (or 0xDAC2E1) is unknown color: approx Thistle. HEX triplet: DA, C2 and E1. RGB value is (218,194,225). Sum of RGB (Red+Green+Blue) = 218+194+225=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 225 - color contains mainly: blue. Hex color #DAC2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2E1 is #253D1E. Grayscale: #CCCCCC. Windows color (decimal): -2440479 or 14795482. OLE color: 14795482.

HSL color Cylindrical-coordinate representation of color #DAC2E1: hue angle of 286.45º 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 #DAC2E1 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218194225-
CMYK0.030.1400.12
HSL286.45º34.07%82.16%-
HSV(B)286.45º13.78%88.24%-
XYZ61.858.9379.35-
YUV204.71139.45137.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 194 (76.17% from 255) = 30.46%
BLUE value IS 225 (88.28% from 255) = 35.32%
R=34.22%
G=30.46%
B=35.32%

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
Decimal2181942250.030.1400.12286.4534.0782.16
HexDAC2E13E0C11e2252
Octal33230234131601443642122
Binary110110101100001011100001111110011001000111101000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC2E1; }

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

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

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

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

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

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

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

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