Html Css Color HEX #DAB9DD Thistle

📋 copy color: '#DAB9DD'

red 218 ◦ green 185 ◦ blue 221

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

Shades of Thistle #DAB9DD

Tints of Thistle #DAB9DD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.65%

 BLUE value IS 221 (86.72% from 255) = 35.42%

R = 34.94%
G = 29.65%
B = 35.42%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DAB9DD (or 0xDAB9DD) is known color: Thistle. HEX triplet: DA, B9 and DD. RGB value is (218,185,221). Sum of RGB (Red+Green+Blue) = 218+185+221=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9DD is #254622. Grayscale: #C6C6C6. Windows color (decimal): -2442787 or 14531034. OLE color: 14531034.

HSL color Cylindrical-coordinate representation of color #DAB9DD: hue angle of 295º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB9DD is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 185 221 -
CMYK 0.01 0.16 0 0.13
HSL 295º 0.35% 0.8% -
HSV(B) 295º 0.16% 0.87% -
XYZ 59.31 54.82 75.86 -
YUV 198.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 218 185 221 0.01 0.16 0 0.13 295 0.35 0.8
Hex DA B9 DD 1 10 0 D 127 23 50
Octal 332 271 335 1 20 0 15 447 43 120
Binary 11011010 10111001 11011101 1 10000 0 1101 100100111 100011 1010000

Color Harmonies of #DAB9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB9DD

Black with #DAB9DD

Text Example


Text Example

White with #DAB9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB9DD; }

 p { color: rgb(218,185,221); }

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

background-color css

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

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

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

border-color css

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

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

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