Html Css Color HEX #DAB1DB Thistle

📋 copy color: '#DAB1DB'

red 218 ◦ green 177 ◦ blue 219

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

Shades of Thistle #DAB1DB

Tints of Thistle #DAB1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.83%

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

R = 35.5%
G = 28.83%
B = 35.67%

CMYK

 C value IS 0.00

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DAB1DB (or 0xDAB1DB) is known color: Thistle. HEX triplet: DA, B1 and DB. RGB value is (218,177,219). Sum of RGB (Red+Green+Blue) = 218+177+219=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAB1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1DB is #254E24. Grayscale: #C1C1C1. Windows color (decimal): -2444837 or 14397914. OLE color: 14397914.

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

Color convert

RGB 218 177 219 -
CMYK 0.00 0.19 0 0.14
HSL 298.57º 0.37% 0.78% -
HSV(B) 298.57º 0.19% 0.86% -
XYZ 57.42 51.46 73.92 -
YUV 194.05 142.08 145.08 -
System Red Green Blue C M Y K H S L
Decimal 218 177 219 0.00 0.19 0 0.14 298.57 0.37 0.78
Hex DA B1 DB 0 13 0 E 12B 25 4E
Octal 332 261 333 0 23 0 16 453 45 116
Binary 11011010 10110001 11011011 0 10011 0 1110 100101011 100101 1001110

Color Harmonies of #DAB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1DB

Black with #DAB1DB

Text Example


Text Example

White with #DAB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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