#DACFDA

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

Shades of Thistle #DACFDA

Tints of Thistle #DACFDA

Color information

#DACFDA (or 0xDACFDA) is unknown color: approx Thistle. HEX triplet: DA, CF and DA. RGB value is (218,207,218). Sum of RGB (Red+Green+Blue) = 218+207+218=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DACFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFDA is #253025. Grayscale: #D3D3D3. Windows color (decimal): -2437158 or 14340058. OLE color: 14340058.

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

Color convert

RGB218207218-
CMYK00.0500.15
HSL300º12.94%83.33%-
HSV(B)300º5.05%85.49%-
XYZ63.8864.5975.43-
YUV211.54131.64132.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.90%
GREEN value IS 207 (81.25% from 255) = 32.19%
BLUE value IS 218 (85.55% from 255) = 33.90%
R=33.90%
G=32.19%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820721800.0500.1530012.9483.33
HexDACFDA050F12cd53
Octal3323173320501745415123
Binary11011010110011111101101001010111110010110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFDA; }

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

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

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

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

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

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

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

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