#DACCD8

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

Shades of Thistle #DACCD8

Tints of Thistle #DACCD8

Color information

#DACCD8 (or 0xDACCD8) is unknown color: approx Thistle. HEX triplet: DA, CC and D8. RGB value is (218,204,216). Sum of RGB (Red+Green+Blue) = 218+204+216=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCD8 is #253327. Grayscale: #D1D1D1. Windows color (decimal): -2437928 or 14208218. OLE color: 14208218.

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

Color convert

RGB218204216-
CMYK00.060.010.15
HSL308.57º15.91%82.75%-
HSV(B)308.57º6.42%85.49%-
XYZ62.963.0573.82-
YUV209.55131.64134.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 216 (84.77% from 255) = 33.86%
R=34.17%
G=31.97%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820421600.060.010.15308.5715.9182.75
HexDACCD8061F1351053
Octal3323143300611746520123
Binary110110101100110011011000011011111100110101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCD8; }

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

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

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

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

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

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

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

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