Html Css Color HEX #DAB4DB Thistle

📋 copy color: '#DAB4DB'

red 218 ◦ green 180 ◦ blue 219

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

Shades of Thistle #DAB4DB

Tints of Thistle #DAB4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.17%

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

R = 35.33%
G = 29.17%
B = 35.49%

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

#DAB4DB (or 0xDAB4DB) is known color: Thistle. HEX triplet: DA, B4 and DB. RGB value is (218,180,219). Sum of RGB (Red+Green+Blue) = 218+180+219=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 180 (70.70% from 255 or 29.17% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4DB is #254B24. Grayscale: #C3C3C3. Windows color (decimal): -2444069 or 14398682. OLE color: 14398682.

HSL color Cylindrical-coordinate representation of color #DAB4DB: hue angle of 298.46º degrees, saturation: 0.35, 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 #DAB4DB is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 180 219 -
CMYK 0.00 0.18 0 0.14
HSL 298.46º 0.35% 0.78% -
HSV(B) 298.46º 0.18% 0.86% -
XYZ 58.02 52.66 74.12 -
YUV 195.81 141.09 143.83 -
System Red Green Blue C M Y K H S L
Decimal 218 180 219 0.00 0.18 0 0.14 298.46 0.35 0.78
Hex DA B4 DB 0 12 0 E 12A 23 4E
Octal 332 264 333 0 22 0 16 452 43 116
Binary 11011010 10110100 11011011 0 10010 0 1110 100101010 100011 1001110

Color Harmonies of #DAB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB4DB

Black with #DAB4DB

Text Example


Text Example

White with #DAB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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