Html Css Color HEX #DAB5DA Thistle

📋 copy color: '#DAB5DA'

red 218 ◦ green 181 ◦ blue 218

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

Shades of Thistle #DAB5DA

Tints of Thistle #DAB5DA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.34%

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

R = 35.33%
G = 29.34%
B = 35.33%

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

#DAB5DA (or 0xDAB5DA) is known color: Thistle. HEX triplet: DA, B5 and DA. RGB value is (218,181,218). Sum of RGB (Red+Green+Blue) = 218+181+218=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 181 (71.09% from 255 or 29.34% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAB5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB5DA is #254A25. Grayscale: #C4C4C4. Windows color (decimal): -2443814 or 14333402. OLE color: 14333402.

HSL color Cylindrical-coordinate representation of color #DAB5DA: 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 #DAB5DA is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 181 218 -
CMYK 0 0.17 0 0.15
HSL 300º 0.33% 0.78% -
HSV(B) 300º 0.17% 0.85% -
XYZ 58.09 53.02 73.5 -
YUV 196.28 140.26 143.49 -
System Red Green Blue C M Y K H S L
Decimal 218 181 218 0 0.17 0 0.15 300 0.33 0.78
Hex DA B5 DA 0 11 0 F 12C 21 4E
Octal 332 265 332 0 21 0 17 454 41 116
Binary 11011010 10110101 11011010 0 10001 0 1111 100101100 100001 1001110

Color Harmonies of #DAB5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB5DA

Black with #DAB5DA

Text Example


Text Example

White with #DAB5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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