Html Css Color HEX #DAC0DC Thistle

📋 copy color: '#DAC0DC'

red 218 ◦ green 192 ◦ blue 220

#DAC0DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #DAC0DC

Tints of Thistle #DAC0DC

RGB

 RED value IS 218 (85.55% from 255) = 34.6%

 GREEN value IS 192 (75.39% from 255) = 30.48%

 BLUE value IS 220 (86.33% from 255) = 34.92%

R = 34.6%
G = 30.48%
B = 34.92%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DAC0DC (or 0xDAC0DC) is known color: Thistle. HEX triplet: DA, C0 and DC. RGB value is (218,192,220). Sum of RGB (Red+Green+Blue) = 218+192+220=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAC0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0DC is #253F23. Grayscale: #CACACA. Windows color (decimal): -2440996 or 14467290. OLE color: 14467290.

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

Color convert

RGB 218 192 220 -
CMYK 0.01 0.13 0 0.14
HSL 295.71º 0.29% 0.81% -
HSV(B) 295.71º 0.13% 0.86% -
XYZ 60.68 57.77 75.66 -
YUV 202.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 218 192 220 0.01 0.13 0 0.14 295.71 0.29 0.81
Hex DA C0 DC 1 D 0 E 128 1D 51
Octal 332 300 334 1 15 0 16 450 35 121
Binary 11011010 11000000 11011100 1 1101 0 1110 100101000 11101 1010001

Color Harmonies of #DAC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC0DC

Black with #DAC0DC

Text Example


Text Example

White with #DAC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC0DC; }

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

 H1.HeaderClassName
 {
   color: #DAC0DC;
 }
 .AnyTagClassName
 {
   color: #DAC0DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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