Html Css Color HEX #DAB3DB Thistle

📋 copy color: '#DAB3DB'

red 218 ◦ green 179 ◦ blue 219

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

Shades of Thistle #DAB3DB

Tints of Thistle #DAB3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.06%

 BLUE value IS 219 (85.94% from 255) = 35.55%

R = 35.39%
G = 29.06%
B = 35.55%

CMYK

 C value IS 0.00

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DAB3DB (or 0xDAB3DB) is known color: Thistle. HEX triplet: DA, B3 and DB. RGB value is (218,179,219). Sum of RGB (Red+Green+Blue) = 218+179+219=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAB3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3DB is #254C24. Grayscale: #C3C3C3. Windows color (decimal): -2444325 or 14398426. OLE color: 14398426.

HSL color Cylindrical-coordinate representation of color #DAB3DB: hue angle of 298.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB3DB is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 179 219 -
CMYK 0.00 0.18 0 0.14
HSL 298.5º 0.36% 0.78% -
HSV(B) 298.5º 0.18% 0.86% -
XYZ 57.82 52.26 74.06 -
YUV 195.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 218 179 219 0.00 0.18 0 0.14 298.5 0.36 0.78
Hex DA B3 DB 0 12 0 E 12A 24 4E
Octal 332 263 333 0 22 0 16 452 44 116
Binary 11011010 10110011 11011011 0 10010 0 1110 100101010 100100 1001110

Color Harmonies of #DAB3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB3DB

Black with #DAB3DB

Text Example


Text Example

White with #DAB3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB3DB; }

 p { color: rgb(218,179,219); }

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

background-color css

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

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

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

border-color css

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

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

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