#DACFD8

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

Shades of Thistle #DACFD8

Tints of Thistle #DACFD8

Color information

#DACFD8 (or 0xDACFD8) is unknown color: approx Thistle. HEX triplet: DA, CF and D8. RGB value is (218,207,216). Sum of RGB (Red+Green+Blue) = 218+207+216=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFD8 is #253027. Grayscale: #D3D3D3. Windows color (decimal): -2437160 or 14208986. OLE color: 14208986.

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

Color convert

RGB218207216-
CMYK00.050.010.15
HSL310.91º12.94%83.33%-
HSV(B)310.91º5.05%85.49%-
XYZ63.6264.4974.06-
YUV211.31130.64132.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.01%
GREEN value IS 207 (81.25% from 255) = 32.29%
BLUE value IS 216 (84.77% from 255) = 33.70%
R=34.01%
G=32.29%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820721600.050.010.15310.9112.9483.33
HexDACFD8051F137d53
Octal3323173300511746715123
Binary11011010110011111101100001011111110011011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFD8; }

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

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

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

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

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

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

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

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