Html Css Color HEX #DAC9DA Thistle

📋 copy color: '#DAC9DA'

red 218 ◦ green 201 ◦ blue 218

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

Shades of Thistle #DAC9DA

Tints of Thistle #DAC9DA

RGB

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

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

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

R = 34.22%
G = 31.55%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DAC9DA (or 0xDAC9DA) is known color: Thistle. HEX triplet: DA, C9 and DA. RGB value is (218,201,218). Sum of RGB (Red+Green+Blue) = 218+201+218=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9DA is #253625. Grayscale: #CFCFCF. Windows color (decimal): -2438694 or 14338522. OLE color: 14338522.

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

Color convert

RGB 218 201 218 -
CMYK 0 0.08 0 0.15
HSL 300º 0.19% 0.82% -
HSV(B) 300º 0.08% 0.85% -
XYZ 62.45 61.74 74.96 -
YUV 208.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 218 201 218 0 0.08 0 0.15 300 0.19 0.82
Hex DA C9 DA 0 8 0 F 12C 13 52
Octal 332 311 332 0 10 0 17 454 23 122
Binary 11011010 11001001 11011010 0 1000 0 1111 100101100 10011 1010010

Color Harmonies of #DAC9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC9DA

Black with #DAC9DA

Text Example


Text Example

White with #DAC9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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