#DAC4D7

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

Shades of Thistle #DAC4D7

Tints of Thistle #DAC4D7

Color information

#DAC4D7 (or 0xDAC4D7) is unknown color: approx Thistle. HEX triplet: DA, C4 and D7. RGB value is (218,196,215). Sum of RGB (Red+Green+Blue) = 218+196+215=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4D7 is #253B28. Grayscale: #CCCCCC. Windows color (decimal): -2439977 or 14140634. OLE color: 14140634.

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

Color convert

RGB218196215-
CMYK00.100.010.15
HSL308.18º22.92%81.18%-
HSV(B)308.18º10.09%85.49%-
XYZ60.9259.2972.52-
YUV204.74133.79137.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 196 (76.95% from 255) = 31.16%
BLUE value IS 215 (84.38% from 255) = 34.18%
R=34.66%
G=31.16%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819621500.100.010.15308.1822.9281.18
HexDAC4D70A1F1341751
Octal33230432701211746427121
Binary1101101011000100110101110101011111100110100101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC4D7; }

 p { color: rgb(218,196,215); }

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

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

 a { background-color: rgb(218,196,215); }

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

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

 span { border-color: rgb(218,196,215); }

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