Html Css Color HEX #DABADB Thistle

📋 copy color: '#DABADB'

red 218 ◦ green 186 ◦ blue 219

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

Shades of Thistle #DABADB

Tints of Thistle #DABADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.86%

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

R = 34.99%
G = 29.86%
B = 35.15%

CMYK

 C value IS 0.00

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DABADB (or 0xDABADB) is known color: Thistle. HEX triplet: DA, BA and DB. RGB value is (218,186,219). Sum of RGB (Red+Green+Blue) = 218+186+219=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #DABADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABADB is #254524. Grayscale: #C7C7C7. Windows color (decimal): -2442533 or 14400218. OLE color: 14400218.

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

Color convert

RGB 218 186 219 -
CMYK 0.00 0.15 0 0.14
HSL 298.18º 0.31% 0.79% -
HSV(B) 298.18º 0.15% 0.86% -
XYZ 59.26 55.14 74.54 -
YUV 199.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 218 186 219 0.00 0.15 0 0.14 298.18 0.31 0.79
Hex DA BA DB 0 F 0 E 12A 1F 4F
Octal 332 272 333 0 17 0 16 452 37 117
Binary 11011010 10111010 11011011 0 1111 0 1110 100101010 11111 1001111

Color Harmonies of #DABADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABADB

Black with #DABADB

Text Example


Text Example

White with #DABADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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