#DAC1D8

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

Shades of Thistle #DAC1D8

Tints of Thistle #DAC1D8

Color information

#DAC1D8 (or 0xDAC1D8) is unknown color: approx Thistle. HEX triplet: DA, C1 and D8. RGB value is (218,193,216). Sum of RGB (Red+Green+Blue) = 218+193+216=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1D8 is #253E27. Grayscale: #CBCBCB. Windows color (decimal): -2440744 or 14205402. OLE color: 14205402.

HSL color Cylindrical-coordinate representation of color #DAC1D8: hue angle of 304.8º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC1D8 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB218193216-
CMYK00.110.010.15
HSL304.8º25.25%80.59%-
HSV(B)304.8º11.47%85.49%-
XYZ60.385872.98-
YUV203.1135.28138.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.77%
GREEN value IS 193 (75.78% from 255) = 30.78%
BLUE value IS 216 (84.77% from 255) = 34.45%
R=34.77%
G=30.78%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819321600.110.010.15304.825.2580.59
HexDAC1D80B1F1311951
Octal33230133001311746131121
Binary1101101011000001110110000101111111100110001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1D8; }

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

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

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

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

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

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

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

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