Html Css Color HEX #DABADF Thistle

📋 copy color: '#DABADF'

red 218 ◦ green 186 ◦ blue 223

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

Shades of Thistle #DABADF

Tints of Thistle #DABADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.57%

R = 34.77%
G = 29.67%
B = 35.57%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DABADF (or 0xDABADF) is known color: Thistle. HEX triplet: DA, BA and DF. RGB value is (218,186,223). Sum of RGB (Red+Green+Blue) = 218+186+223=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #DABADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABADF is #254520. Grayscale: #C7C7C7. Windows color (decimal): -2442529 or 14662362. OLE color: 14662362.

HSL color Cylindrical-coordinate representation of color #DABADF: hue angle of 291.89º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DABADF is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 186 223 -
CMYK 0.02 0.17 0 0.13
HSL 291.89º 0.37% 0.8% -
HSV(B) 291.89º 0.17% 0.87% -
XYZ 59.79 55.35 77.34 -
YUV 199.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 218 186 223 0.02 0.17 0 0.13 291.89 0.37 0.8
Hex DA BA DF 2 11 0 D 124 25 50
Octal 332 272 337 2 21 0 15 444 45 120
Binary 11011010 10111010 11011111 10 10001 0 1101 100100100 100101 1010000

Color Harmonies of #DABADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABADF

Black with #DABADF

Text Example


Text Example

White with #DABADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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