Html Css Color HEX #DAB6DA Thistle

📋 copy color: '#DAB6DA'

red 218 ◦ green 182 ◦ blue 218

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

Shades of Thistle #DAB6DA

Tints of Thistle #DAB6DA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.45%

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

R = 35.28%
G = 29.45%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DAB6DA (or 0xDAB6DA) is known color: Thistle. HEX triplet: DA, B6 and DA. RGB value is (218,182,218). Sum of RGB (Red+Green+Blue) = 218+182+218=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAB6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6DA is #254925. Grayscale: #C4C4C4. Windows color (decimal): -2443558 or 14333658. OLE color: 14333658.

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

Color convert

RGB 218 182 218 -
CMYK 0 0.17 0 0.15
HSL 300º 0.33% 0.78% -
HSV(B) 300º 0.17% 0.85% -
XYZ 58.3 53.42 73.57 -
YUV 196.87 139.93 143.07 -
System Red Green Blue C M Y K H S L
Decimal 218 182 218 0 0.17 0 0.15 300 0.33 0.78
Hex DA B6 DA 0 11 0 F 12C 21 4E
Octal 332 266 332 0 21 0 17 454 41 116
Binary 11011010 10110110 11011010 0 10001 0 1111 100101100 100001 1001110

Color Harmonies of #DAB6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB6DA

Black with #DAB6DA

Text Example


Text Example

White with #DAB6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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