#DACADC

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

Shades of Thistle #DACADC

Tints of Thistle #DACADC

Color information

#DACADC (or 0xDACADC) is unknown color: approx Thistle. HEX triplet: DA, CA and DC. RGB value is (218,202,220). Sum of RGB (Red+Green+Blue) = 218+202+220=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 220 - color contains mainly: blue. Hex color #DACADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACADC is #253523. Grayscale: #D0D0D0. Windows color (decimal): -2438436 or 14469850. OLE color: 14469850.

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

Color convert

RGB218202220-
CMYK0.010.0800.14
HSL293.33º20.45%82.75%-
HSV(B)293.33º8.18%86.27%-
XYZ62.9562.3176.42-
YUV208.84134.3134.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.06%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=34.06%
G=31.56%
B=34.38%

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
Decimal2182022200.010.0800.14293.3320.4582.75
HexDACADC180E1251453
Octal33231233411001644524123
Binary1101101011001010110111001100001110100100101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACADC; }

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

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

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

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

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

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

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

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