#DAC3D7

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

Shades of Thistle #DAC3D7

Tints of Thistle #DAC3D7

Color information

#DAC3D7 (or 0xDAC3D7) is unknown color: approx Thistle. HEX triplet: DA, C3 and D7. RGB value is (218,195,215). Sum of RGB (Red+Green+Blue) = 218+195+215=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 195 (76.56% from 255 or 31.05% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3D7 is #253C28. Grayscale: #CCCCCC. Windows color (decimal): -2440233 or 14140378. OLE color: 14140378.

HSL color Cylindrical-coordinate representation of color #DAC3D7: hue angle of 307.83º degrees, saturation: 0.24, 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 #DAC3D7 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB218195215-
CMYK00.110.010.15
HSL307.83º23.71%80.98%-
HSV(B)307.83º10.55%85.49%-
XYZ60.6958.8472.45-
YUV204.16134.12137.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.71%
GREEN value IS 195 (76.56% from 255) = 31.05%
BLUE value IS 215 (84.38% from 255) = 34.24%
R=34.71%
G=31.05%
B=34.24%

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
Decimal21819521500.110.010.15307.8323.7180.98
HexDAC3D70B1F1341851
Octal33230332701311746430121
Binary1101101011000011110101110101111111100110100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC3D7; }

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

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

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

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

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

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

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

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