#DACBD7

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

Shades of Thistle #DACBD7

Tints of Thistle #DACBD7

Color information

#DACBD7 (or 0xDACBD7) is unknown color: approx Thistle. HEX triplet: DA, CB and D7. RGB value is (218,203,215). Sum of RGB (Red+Green+Blue) = 218+203+215=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBD7 is #253428. Grayscale: #D0D0D0. Windows color (decimal): -2438185 or 14142426. OLE color: 14142426.

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

Color convert

RGB218203215-
CMYK00.070.010.15
HSL312º16.85%82.55%-
HSV(B)312º6.88%85.49%-
XYZ62.5462.5273.06-
YUV208.85131.47134.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 203 (79.69% from 255) = 31.92%
BLUE value IS 215 (84.38% from 255) = 33.81%
R=34.28%
G=31.92%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820321500.070.010.1531216.8582.55
HexDACBD7071F1381153
Octal3323133270711747021123
Binary110110101100101111010111011111111100111000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACBD7; }

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

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

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

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

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

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

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

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