Html Css Color HEX #DAB6DB Thistle

📋 copy color: '#DAB6DB'

red 218 ◦ green 182 ◦ blue 219

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

Shades of Thistle #DAB6DB

Tints of Thistle #DAB6DB

RGB

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

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

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

R = 35.22%
G = 29.4%
B = 35.38%

CMYK

 C value IS 0.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DAB6DB (or 0xDAB6DB) is known color: Thistle. HEX triplet: DA, B6 and DB. RGB value is (218,182,219). Sum of RGB (Red+Green+Blue) = 218+182+219=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAB6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6DB is #254924. Grayscale: #C4C4C4. Windows color (decimal): -2443557 or 14399194. OLE color: 14399194.

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

Color convert

RGB 218 182 219 -
CMYK 0.00 0.17 0 0.14
HSL 298.38º 0.34% 0.79% -
HSV(B) 298.38º 0.17% 0.86% -
XYZ 58.43 53.48 74.26 -
YUV 196.98 140.43 142.99 -
System Red Green Blue C M Y K H S L
Decimal 218 182 219 0.00 0.17 0 0.14 298.38 0.34 0.79
Hex DA B6 DB 0 11 0 E 12A 22 4F
Octal 332 266 333 0 21 0 16 452 42 117
Binary 11011010 10110110 11011011 0 10001 0 1110 100101010 100010 1001111

Color Harmonies of #DAB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB6DB

Black with #DAB6DB

Text Example


Text Example

White with #DAB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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