Html Css Color HEX #DAC1DA Thistle

📋 copy color: '#DAC1DA'

red 218 ◦ green 193 ◦ blue 218

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

Shades of Thistle #DAC1DA

Tints of Thistle #DAC1DA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.68%

 BLUE value IS 218 (85.55% from 255) = 34.66%

R = 34.66%
G = 30.68%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DAC1DA (or 0xDAC1DA) is known color: Thistle. HEX triplet: DA, C1 and DA. RGB value is (218,193,218). Sum of RGB (Red+Green+Blue) = 218+193+218=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAC1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1DA is #253E25. Grayscale: #CBCBCB. Windows color (decimal): -2440742 or 14336474. OLE color: 14336474.

HSL color Cylindrical-coordinate representation of color #DAC1DA: hue angle of 300º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC1DA is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 193 218 -
CMYK 0 0.11 0 0.15
HSL 300º 0.25% 0.81% -
HSV(B) 300º 0.11% 0.85% -
XYZ 60.64 58.11 74.35 -
YUV 203.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 218 193 218 0 0.11 0 0.15 300 0.25 0.81
Hex DA C1 DA 0 B 0 F 12C 19 51
Octal 332 301 332 0 13 0 17 454 31 121
Binary 11011010 11000001 11011010 0 1011 0 1111 100101100 11001 1010001

Color Harmonies of #DAC1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC1DA

Black with #DAC1DA

Text Example


Text Example

White with #DAC1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC1DA; }

 p { color: rgb(218,193,218); }

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

background-color css

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

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

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

border-color css

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

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

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