Html Css Color HEX #DAC9DC Thistle

📋 copy color: '#DAC9DC'

red 218 ◦ green 201 ◦ blue 220

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

Shades of Thistle #DAC9DC

Tints of Thistle #DAC9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.46%

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

R = 34.12%
G = 31.46%
B = 34.43%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DAC9DC (or 0xDAC9DC) is known color: Thistle. HEX triplet: DA, C9 and DC. RGB value is (218,201,220). Sum of RGB (Red+Green+Blue) = 218+201+220=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9DC is #253623. Grayscale: #D0D0D0. Windows color (decimal): -2438692 or 14469594. OLE color: 14469594.

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

Color convert

RGB 218 201 220 -
CMYK 0.01 0.09 0 0.14
HSL 293.68º 0.21% 0.83% -
HSV(B) 293.68º 0.09% 0.86% -
XYZ 62.72 61.85 76.34 -
YUV 208.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 218 201 220 0.01 0.09 0 0.14 293.68 0.21 0.83
Hex DA C9 DC 1 9 0 E 126 15 53
Octal 332 311 334 1 11 0 16 446 25 123
Binary 11011010 11001001 11011100 1 1001 0 1110 100100110 10101 1010011

Color Harmonies of #DAC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC9DC

Black with #DAC9DC

Text Example


Text Example

White with #DAC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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