#DACFD9

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

Shades of Thistle #DACFD9

Tints of Thistle #DACFD9

Color information

#DACFD9 (or 0xDACFD9) is unknown color: approx Thistle. HEX triplet: DA, CF and D9. RGB value is (218,207,217). Sum of RGB (Red+Green+Blue) = 218+207+217=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFD9 is #253026. Grayscale: #D3D3D3. Windows color (decimal): -2437159 or 14274522. OLE color: 14274522.

HSL color Cylindrical-coordinate representation of color #DACFD9: hue angle of 305.45º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DACFD9 is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB218207217-
CMYK00.050.000.15
HSL305.45º12.94%83.33%-
HSV(B)305.45º5.05%85.49%-
XYZ63.7564.5474.74-
YUV211.43131.14132.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.96%
GREEN value IS 207 (81.25% from 255) = 32.24%
BLUE value IS 217 (85.16% from 255) = 33.80%
R=33.96%
G=32.24%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820721700.050.000.15305.4512.9483.33
HexDACFD9050F131d53
Octal3323173310501746115123
Binary11011010110011111101100101010111110011000111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFD9; }

 p { color: rgb(218,207,217); }

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

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

 a { background-color: rgb(218,207,217); }

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

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

 span { border-color: rgb(218,207,217); }

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