#DACBDC

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

Shades of Thistle #DACBDC

Tints of Thistle #DACBDC

Color information

#DACBDC (or 0xDACBDC) is unknown color: approx Thistle. HEX triplet: DA, CB and DC. RGB value is (218,203,220). Sum of RGB (Red+Green+Blue) = 218+203+220=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 220 - color contains mainly: blue. Hex color #DACBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBDC is #253423. Grayscale: #D1D1D1. Windows color (decimal): -2438180 or 14470106. OLE color: 14470106.

HSL color Cylindrical-coordinate representation of color #DACBDC: hue angle of 292.94º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DACBDC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218203220-
CMYK0.010.0800.14
HSL292.94º19.54%82.94%-
HSV(B)292.94º7.73%86.27%-
XYZ63.1962.7876.5-
YUV209.42133.97134.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.01%
GREEN value IS 203 (79.69% from 255) = 31.67%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=34.01%
G=31.67%
B=34.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182032200.010.0800.14292.9419.5482.94
HexDACBDC180E1251453
Octal33231333411001644524123
Binary1101101011001011110111001100001110100100101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACBDC; }

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

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

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

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

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

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

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

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