Html Css Color HEX #DABADC Thistle

📋 copy color: '#DABADC'

red 218 ◦ green 186 ◦ blue 220

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

Shades of Thistle #DABADC

Tints of Thistle #DABADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.26%

R = 34.94%
G = 29.81%
B = 35.26%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DABADC (or 0xDABADC) is known color: Thistle. HEX triplet: DA, BA and DC. RGB value is (218,186,220). Sum of RGB (Red+Green+Blue) = 218+186+220=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #DABADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABADC is #254523. Grayscale: #C7C7C7. Windows color (decimal): -2442532 or 14465754. OLE color: 14465754.

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

Color convert

RGB 218 186 220 -
CMYK 0.01 0.15 0 0.14
HSL 296.47º 0.33% 0.8% -
HSV(B) 296.47º 0.15% 0.86% -
XYZ 59.39 55.19 75.23 -
YUV 199.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 218 186 220 0.01 0.15 0 0.14 296.47 0.33 0.8
Hex DA BA DC 1 F 0 E 128 21 50
Octal 332 272 334 1 17 0 16 450 41 120
Binary 11011010 10111010 11011100 1 1111 0 1110 100101000 100001 1010000

Color Harmonies of #DABADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABADC

Black with #DABADC

Text Example


Text Example

White with #DABADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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